Class: Aws::Macie2::Types::SensitivityAggregations

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. 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.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#classifiable_size_in_bytesInteger

Returns:

  • (Integer)


5748
5749
5750
5751
5752
5753
5754
5755
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 5748

class SensitivityAggregations < Struct.new(
  :classifiable_size_in_bytes,
  :publicly_accessible_count,
  :total_count,
  :total_size_in_bytes)
  SENSITIVE = []
  include Aws::Structure
end

#publicly_accessible_countInteger

Returns:

  • (Integer)


5748
5749
5750
5751
5752
5753
5754
5755
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 5748

class SensitivityAggregations < Struct.new(
  :classifiable_size_in_bytes,
  :publicly_accessible_count,
  :total_count,
  :total_size_in_bytes)
  SENSITIVE = []
  include Aws::Structure
end

#total_countInteger

Returns:

  • (Integer)


5748
5749
5750
5751
5752
5753
5754
5755
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 5748

class SensitivityAggregations < Struct.new(
  :classifiable_size_in_bytes,
  :publicly_accessible_count,
  :total_count,
  :total_size_in_bytes)
  SENSITIVE = []
  include Aws::Structure
end

#total_size_in_bytesInteger

Returns:

  • (Integer)


5748
5749
5750
5751
5752
5753
5754
5755
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 5748

class SensitivityAggregations < Struct.new(
  :classifiable_size_in_bytes,
  :publicly_accessible_count,
  :total_count,
  :total_size_in_bytes)
  SENSITIVE = []
  include Aws::Structure
end