Class: Aws::S3::Types::StorageClassAnalysisDataExport
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3::Types::StorageClassAnalysisDataExport
- Defined in:
- gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb
Overview
Container for data related to the storage class analysis for an Amazon S3 bucket for export.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#destination ⇒ Types::AnalyticsExportDestination
The place to store the data for an analysis.
-
#output_schema_version ⇒ String
The version of the output schema to use when exporting data.
Instance Attribute Details
#destination ⇒ Types::AnalyticsExportDestination
The place to store the data for an analysis.
17365 17366 17367 17368 17369 17370 |
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 17365 class StorageClassAnalysisDataExport < Struct.new( :output_schema_version, :destination) SENSITIVE = [] include Aws::Structure end |
#output_schema_version ⇒ String
The version of the output schema to use when exporting data. Must be
V_1
.
17365 17366 17367 17368 17369 17370 |
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 17365 class StorageClassAnalysisDataExport < Struct.new( :output_schema_version, :destination) SENSITIVE = [] include Aws::Structure end |