Class: Aws::S3::Types::StorageClassAnalysisDataExport
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3::Types::StorageClassAnalysisDataExport
- Includes:
- Aws::Structure
- Defined in:
- 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.
17745 17746 17747 17748 17749 17750 |
# File 'lib/aws-sdk-s3/types.rb', line 17745 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`.
17745 17746 17747 17748 17749 17750 |
# File 'lib/aws-sdk-s3/types.rb', line 17745 class StorageClassAnalysisDataExport < Struct.new( :output_schema_version, :destination) SENSITIVE = [] include Aws::Structure end |