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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-macie2/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.



909
910
911
912
913
914
915
916
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 909

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.



909
910
911
912
913
914
915
916
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 909

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.



909
910
911
912
913
914
915
916
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 909

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.



909
910
911
912
913
914
915
916
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 909

class BucketStatisticsBySensitivity < Struct.new(
  :classification_error,
  :not_classified,
  :not_sensitive,
  :sensitive)
  SENSITIVE = []
  include Aws::Structure
end