AuditPolicyAggregationItems¶
-
class
oci.data_safe.models.
AuditPolicyAggregationItems
(**kwargs)¶ Bases:
object
The details of the audit profile aggregation items.
Methods
__init__
(**kwargs)Initializes a new AuditPolicyAggregationItems object with values from keyword arguments. Attributes
count
Gets the count of this AuditPolicyAggregationItems. dimensions
Gets the dimensions of this AuditPolicyAggregationItems. -
__init__
(**kwargs)¶ Initializes a new AuditPolicyAggregationItems 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.AuditPolicyDimensions) – The value to assign to the dimensions property of this AuditPolicyAggregationItems.
- count (int) – The value to assign to the count property of this AuditPolicyAggregationItems.
-
count
¶ Gets the count of this AuditPolicyAggregationItems. The total count of the aggregated metric.
Returns: The count of this AuditPolicyAggregationItems. Return type: int
-
dimensions
¶ Gets the dimensions of this AuditPolicyAggregationItems.
Returns: The dimensions of this AuditPolicyAggregationItems. Return type: oci.data_safe.models.AuditPolicyDimensions
-