Class: Aws::S3::Types::StorageClassAnalysis
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3::Types::StorageClassAnalysis
- 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
-
#data_export ⇒ Types::StorageClassAnalysisDataExport
Specifies how data related to the storage class analysis for an Amazon S3 bucket should be exported.
Instance Attribute Details
#data_export ⇒ Types::StorageClassAnalysisDataExport
Specifies how data related to the storage class analysis for an Amazon S3 bucket should be exported.
16659 16660 16661 16662 16663 |
# File 'lib/aws-sdk-s3/types.rb', line 16659 class StorageClassAnalysis < Struct.new( :data_export) SENSITIVE = [] include Aws::Structure end |