AuditProfileAggregationItems

class oci.data_safe.models.AuditProfileAggregationItems(**kwargs)

Bases: object

Details of audit profile aggregation items.

Methods

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

Attributes

count Gets the count of this AuditProfileAggregationItems.
dimensions Gets the dimensions of this AuditProfileAggregationItems.
__init__(**kwargs)

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

Parameters:
  • dimensions (oci.data_safe.models.AuditProfileDimensions) – The value to assign to the dimensions property of this AuditProfileAggregationItems.
  • count (int) – The value to assign to the count property of this AuditProfileAggregationItems.
count

Gets the count of this AuditProfileAggregationItems. Total count of aggregated metric.

Returns:The count of this AuditProfileAggregationItems.
Return type:int
dimensions

Gets the dimensions of this AuditProfileAggregationItems.

Returns:The dimensions of this AuditProfileAggregationItems.
Return type:oci.data_safe.models.AuditProfileDimensions