IngestTimeRuleSummaryCollection¶
-
class
oci.log_analytics.models.
IngestTimeRuleSummaryCollection
(**kwargs)¶ Bases:
object
A collection of Logging Analytics ingest time rules.
Methods
__init__
(**kwargs)Initializes a new IngestTimeRuleSummaryCollection object with values from keyword arguments. Attributes
items
Gets the items of this IngestTimeRuleSummaryCollection. -
__init__
(**kwargs)¶ Initializes a new IngestTimeRuleSummaryCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: items (list[oci.log_analytics.models.IngestTimeRuleSummary]) – The value to assign to the items property of this IngestTimeRuleSummaryCollection.
-
items
¶ Gets the items of this IngestTimeRuleSummaryCollection. An array of ingest time rule summary objects.
Returns: The items of this IngestTimeRuleSummaryCollection. Return type: list[oci.log_analytics.models.IngestTimeRuleSummary]
-