Class: Aws::S3::Types::StorageClassAnalysis

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

Overview

Specifies data related to access patterns to be collected and made available to analyze the tradeoffs between different storage classes for an Amazon S3 bucket.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#data_exportTypes::StorageClassAnalysisDataExport

Specifies how data related to the storage class analysis for an Amazon S3 bucket should be exported.



16008
16009
16010
16011
16012
# File 'lib/aws-sdk-s3/types.rb', line 16008

class StorageClassAnalysis < Struct.new(
  :data_export)
  SENSITIVE = []
  include Aws::Structure
end