Class: Aws::Macie2::Types::ObjectLevelStatistics

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-macie2/types.rb

Overview

Provides information about the total storage size (in bytes) or number of objects that Amazon Macie can’t analyze in one or more S3 buckets. In a BucketMetadata or MatchingBucket object, this data is for a specific bucket. In a GetBucketStatisticsResponse object, this data is aggregated for all the buckets in the query results. If versioning is enabled for a bucket, storage size values are based on the size of the latest version of each applicable object in the bucket.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#file_typeInteger

Returns:

  • (Integer)


4883
4884
4885
4886
4887
4888
4889
# File 'lib/aws-sdk-macie2/types.rb', line 4883

class ObjectLevelStatistics < Struct.new(
  :file_type,
  :storage_class,
  :total)
  SENSITIVE = []
  include Aws::Structure
end

#storage_classInteger

Returns:

  • (Integer)


4883
4884
4885
4886
4887
4888
4889
# File 'lib/aws-sdk-macie2/types.rb', line 4883

class ObjectLevelStatistics < Struct.new(
  :file_type,
  :storage_class,
  :total)
  SENSITIVE = []
  include Aws::Structure
end

#totalInteger

Returns:

  • (Integer)


4883
4884
4885
4886
4887
4888
4889
# File 'lib/aws-sdk-macie2/types.rb', line 4883

class ObjectLevelStatistics < Struct.new(
  :file_type,
  :storage_class,
  :total)
  SENSITIVE = []
  include Aws::Structure
end