IngestTimeRuleResource¶
-
class
oci.log_analytics.models.
IngestTimeRuleResource
(**kwargs)¶ Bases:
object
Ingest Time Rule Resource authorization container for IngestTimeRule resources
Methods
__init__
(**kwargs)Initializes a new IngestTimeRuleResource object with values from keyword arguments. Attributes
compartment_id
[Required] Gets the compartment_id of this IngestTimeRuleResource. -
__init__
(**kwargs)¶ Initializes a new IngestTimeRuleResource object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: compartment_id (str) – The value to assign to the compartment_id property of this IngestTimeRuleResource.
-
compartment_id
¶ [Required] Gets the compartment_id of this IngestTimeRuleResource. Compartment ID
Returns: The compartment_id of this IngestTimeRuleResource. Return type: str
-