ResponderExecutionAggregationCollection

class oci.cloud_guard.models.ResponderExecutionAggregationCollection(**kwargs)

Bases: object

Collection of ResponderExecutionAggregation resources.

Methods

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

Attributes

items [Required] Gets the items of this ResponderExecutionAggregationCollection.
__init__(**kwargs)

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

Parameters:items (list[oci.cloud_guard.models.ResponderExecutionAggregation]) – The value to assign to the items property of this ResponderExecutionAggregationCollection.
items

[Required] Gets the items of this ResponderExecutionAggregationCollection. List of all the ResponderExecutionAggregation resources

Returns:The items of this ResponderExecutionAggregationCollection.
Return type:list[oci.cloud_guard.models.ResponderExecutionAggregation]