SensitiveColumnAnalyticsSummary¶
-
class
oci.data_safe.models.
SensitiveColumnAnalyticsSummary
(**kwargs)¶ Bases:
object
The details of sensitive column analytics data.
Methods
__init__
(**kwargs)Initializes a new SensitiveColumnAnalyticsSummary object with values from keyword arguments. Attributes
count
[Required] Gets the count of this SensitiveColumnAnalyticsSummary. dimensions
[Required] Gets the dimensions of this SensitiveColumnAnalyticsSummary. -
__init__
(**kwargs)¶ Initializes a new SensitiveColumnAnalyticsSummary 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.SensitiveColumnAnalyticsDimensions) – The value to assign to the dimensions property of this SensitiveColumnAnalyticsSummary.
- count (int) – The value to assign to the count property of this SensitiveColumnAnalyticsSummary.
-
count
¶ [Required] Gets the count of this SensitiveColumnAnalyticsSummary. The total count for the aggregation metric.
Returns: The count of this SensitiveColumnAnalyticsSummary. Return type: int
-
dimensions
¶ [Required] Gets the dimensions of this SensitiveColumnAnalyticsSummary.
Returns: The dimensions of this SensitiveColumnAnalyticsSummary. Return type: oci.data_safe.models.SensitiveColumnAnalyticsDimensions
-