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.
16679 16680 16681 16682 16683 16684 |
# File 'lib/aws-sdk-s3/types.rb', line 16679 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`.
16679 16680 16681 16682 16683 16684 |
# File 'lib/aws-sdk-s3/types.rb', line 16679 class StorageClassAnalysisDataExport < Struct.new( :output_schema_version, :destination) SENSITIVE = [] include Aws::Structure end |