Class: Aws::Macie2::Types::BucketStatisticsBySensitivity
- Inherits:
-
Struct
- Object
- Struct
- Aws::Macie2::Types::BucketStatisticsBySensitivity
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-macie2/types.rb
Overview
Provides aggregated statistical data for sensitive data discovery metrics that apply to S3 buckets, grouped by bucket sensitivity score (sensitivityScore). If automated sensitive data discovery is currently disabled for your account, the value for each metric is 0.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#classification_error ⇒ Types::SensitivityAggregations
Provides aggregated statistical data for sensitive data discovery metrics that apply to S3 buckets.
-
#not_classified ⇒ Types::SensitivityAggregations
Provides aggregated statistical data for sensitive data discovery metrics that apply to S3 buckets.
-
#not_sensitive ⇒ Types::SensitivityAggregations
Provides aggregated statistical data for sensitive data discovery metrics that apply to S3 buckets.
-
#sensitive ⇒ Types::SensitivityAggregations
Provides aggregated statistical data for sensitive data discovery metrics that apply to S3 buckets.
Instance Attribute Details
#classification_error ⇒ Types::SensitivityAggregations
Provides aggregated statistical data for sensitive data discovery metrics that apply to S3 buckets. Each field contains aggregated data for all the buckets that have a sensitivity score (sensitivityScore) of a specified value or within a specified range (BucketStatisticsBySensitivity). If automated sensitive data discovery is currently disabled for your account, the value for each field is 0.
1004 1005 1006 1007 1008 1009 1010 1011 |
# File 'lib/aws-sdk-macie2/types.rb', line 1004 class BucketStatisticsBySensitivity < Struct.new( :classification_error, :not_classified, :not_sensitive, :sensitive) SENSITIVE = [] include Aws::Structure end |
#not_classified ⇒ Types::SensitivityAggregations
Provides aggregated statistical data for sensitive data discovery metrics that apply to S3 buckets. Each field contains aggregated data for all the buckets that have a sensitivity score (sensitivityScore) of a specified value or within a specified range (BucketStatisticsBySensitivity). If automated sensitive data discovery is currently disabled for your account, the value for each field is 0.
1004 1005 1006 1007 1008 1009 1010 1011 |
# File 'lib/aws-sdk-macie2/types.rb', line 1004 class BucketStatisticsBySensitivity < Struct.new( :classification_error, :not_classified, :not_sensitive, :sensitive) SENSITIVE = [] include Aws::Structure end |
#not_sensitive ⇒ Types::SensitivityAggregations
Provides aggregated statistical data for sensitive data discovery metrics that apply to S3 buckets. Each field contains aggregated data for all the buckets that have a sensitivity score (sensitivityScore) of a specified value or within a specified range (BucketStatisticsBySensitivity). If automated sensitive data discovery is currently disabled for your account, the value for each field is 0.
1004 1005 1006 1007 1008 1009 1010 1011 |
# File 'lib/aws-sdk-macie2/types.rb', line 1004 class BucketStatisticsBySensitivity < Struct.new( :classification_error, :not_classified, :not_sensitive, :sensitive) SENSITIVE = [] include Aws::Structure end |
#sensitive ⇒ Types::SensitivityAggregations
Provides aggregated statistical data for sensitive data discovery metrics that apply to S3 buckets. Each field contains aggregated data for all the buckets that have a sensitivity score (sensitivityScore) of a specified value or within a specified range (BucketStatisticsBySensitivity). If automated sensitive data discovery is currently disabled for your account, the value for each field is 0.
1004 1005 1006 1007 1008 1009 1010 1011 |
# File 'lib/aws-sdk-macie2/types.rb', line 1004 class BucketStatisticsBySensitivity < Struct.new( :classification_error, :not_classified, :not_sensitive, :sensitive) SENSITIVE = [] include Aws::Structure end |