Class: Aws::Macie2::Types::BucketStatisticsBySensitivity

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#classification_errorTypes::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_classifiedTypes::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_sensitiveTypes::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

#sensitiveTypes::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