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

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


4744
4745
4746
4747
4748
4749
4750
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 4744

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

#storage_classInteger

Returns:

  • (Integer)


4744
4745
4746
4747
4748
4749
4750
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 4744

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

#totalInteger

Returns:

  • (Integer)


4744
4745
4746
4747
4748
4749
4750
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 4744

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