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