Class: Aws::BCMDataExports::Types::S3OutputConfigurations
- Inherits:
-
Struct
- Object
- Struct
- Aws::BCMDataExports::Types::S3OutputConfigurations
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bcmdataexports/types.rb
Overview
The compression type, file format, and overwrite preference for the data export.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#compression ⇒ String
The compression type for the data export.
-
#format ⇒ String
The file format for the data export.
-
#output_type ⇒ String
The output type for the data export.
-
#overwrite ⇒ String
The rule to follow when generating a version of the data export file.
Instance Attribute Details
#compression ⇒ String
The compression type for the data export.
681 682 683 684 685 686 687 688 |
# File 'lib/aws-sdk-bcmdataexports/types.rb', line 681 class S3OutputConfigurations < Struct.new( :compression, :format, :output_type, :overwrite) SENSITIVE = [] include Aws::Structure end |
#format ⇒ String
The file format for the data export.
681 682 683 684 685 686 687 688 |
# File 'lib/aws-sdk-bcmdataexports/types.rb', line 681 class S3OutputConfigurations < Struct.new( :compression, :format, :output_type, :overwrite) SENSITIVE = [] include Aws::Structure end |
#output_type ⇒ String
The output type for the data export.
681 682 683 684 685 686 687 688 |
# File 'lib/aws-sdk-bcmdataexports/types.rb', line 681 class S3OutputConfigurations < Struct.new( :compression, :format, :output_type, :overwrite) SENSITIVE = [] include Aws::Structure end |
#overwrite ⇒ String
The rule to follow when generating a version of the data export file. You have the choice to overwrite the previous version or to be delivered in addition to the previous versions. Overwriting exports can save on Amazon S3 storage costs. Creating new export versions allows you to track the changes in cost and usage data over time.
681 682 683 684 685 686 687 688 |
# File 'lib/aws-sdk-bcmdataexports/types.rb', line 681 class S3OutputConfigurations < Struct.new( :compression, :format, :output_type, :overwrite) SENSITIVE = [] include Aws::Structure end |