Class: Aws::S3::Types::StorageClassAnalysis
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3::Types::StorageClassAnalysis
- Defined in:
- gems/aws-sdk-s3/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.
17345 17346 17347 17348 17349 |
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 17345 class StorageClassAnalysis < Struct.new( :data_export) SENSITIVE = [] include Aws::Structure end |