AlertAnalyticsCollection¶
-
class
oci.data_safe.models.
AlertAnalyticsCollection
(**kwargs)¶ Bases:
object
The summarized detail of alerts aggregation.
Methods
__init__
(**kwargs)Initializes a new AlertAnalyticsCollection object with values from keyword arguments. Attributes
items
[Required] Gets the items of this AlertAnalyticsCollection. -
__init__
(**kwargs)¶ Initializes a new AlertAnalyticsCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: items (list[oci.data_safe.models.AlertAggregationItems]) – The value to assign to the items property of this AlertAnalyticsCollection.
-
items
¶ [Required] Gets the items of this AlertAnalyticsCollection. The aggregated data point items.
Returns: The items of this AlertAnalyticsCollection. Return type: list[oci.data_safe.models.AlertAggregationItems]
-