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
Note:
When making an API call, you may pass StorageClassAnalysis data as a hash:
{
data_export: {
output_schema_version: "V_1", # required, accepts V_1
destination: { # required
s3_bucket_destination: { # required
format: "CSV", # required, accepts CSV
bucket_account_id: "AccountId",
bucket: "BucketName", # required
prefix: "Prefix",
},
},
},
}
Instance Attribute Summary collapse
-
#data_export ⇒ Types::StorageClassAnalysisDataExport
A container used to describe how data related to the storage class analysis should be exported.
Instance Attribute Details
#data_export ⇒ Types::StorageClassAnalysisDataExport
A container used to describe how data related to the storage class analysis should be exported.
8201 8202 8203 8204 |
# File 'lib/aws-sdk-s3/types.rb', line 8201 class StorageClassAnalysis < Struct.new( :data_export) include Aws::Structure end |