RuleSummaryCollection¶
-
class
oci.log_analytics.models.
RuleSummaryCollection
(**kwargs)¶ Bases:
object
A collection of Logging Analytics rules.
Methods
__init__
(**kwargs)Initializes a new RuleSummaryCollection object with values from keyword arguments. Attributes
items
Gets the items of this RuleSummaryCollection. -
__init__
(**kwargs)¶ Initializes a new RuleSummaryCollection 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.RuleSummary]) – The value to assign to the items property of this RuleSummaryCollection.
-
items
¶ Gets the items of this RuleSummaryCollection. An array of rule summary objects.
Returns: The items of this RuleSummaryCollection. Return type: list[oci.log_analytics.models.RuleSummary]
-