SummarizedEventsLog

class oci.jms.models.SummarizedEventsLog(**kwargs)

Bases: object

Summarized events log for advanced feature.

Methods

__init__(**kwargs) Initializes a new SummarizedEventsLog object with values from keyword arguments.

Attributes

log_group_id [Required] Gets the log_group_id of this SummarizedEventsLog.
log_id [Required] Gets the log_id of this SummarizedEventsLog.
__init__(**kwargs)

Initializes a new SummarizedEventsLog object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • log_group_id (str) – The value to assign to the log_group_id property of this SummarizedEventsLog.
  • log_id (str) – The value to assign to the log_id property of this SummarizedEventsLog.
log_group_id

[Required] Gets the log_group_id of this SummarizedEventsLog. The OCID of the log group.

Returns:The log_group_id of this SummarizedEventsLog.
Return type:str
log_id

[Required] Gets the log_id of this SummarizedEventsLog. The OCID of the log.

Returns:The log_id of this SummarizedEventsLog.
Return type:str