Class: Aws::BCMDataExports::Types::S3OutputConfigurations

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-bcmdataexports/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

Instance Attribute Details

#compressionString

The compression type for the data export.

Returns:

  • (String)


681
682
683
684
685
686
687
688
# File 'gems/aws-sdk-bcmdataexports/lib/aws-sdk-bcmdataexports/types.rb', line 681

class S3OutputConfigurations < Struct.new(
  :compression,
  :format,
  :output_type,
  :overwrite)
  SENSITIVE = []
  include Aws::Structure
end

#formatString

The file format for the data export.

Returns:

  • (String)


681
682
683
684
685
686
687
688
# File 'gems/aws-sdk-bcmdataexports/lib/aws-sdk-bcmdataexports/types.rb', line 681

class S3OutputConfigurations < Struct.new(
  :compression,
  :format,
  :output_type,
  :overwrite)
  SENSITIVE = []
  include Aws::Structure
end

#output_typeString

The output type for the data export.

Returns:

  • (String)


681
682
683
684
685
686
687
688
# File 'gems/aws-sdk-bcmdataexports/lib/aws-sdk-bcmdataexports/types.rb', line 681

class S3OutputConfigurations < Struct.new(
  :compression,
  :format,
  :output_type,
  :overwrite)
  SENSITIVE = []
  include Aws::Structure
end

#overwriteString

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.

Returns:

  • (String)


681
682
683
684
685
686
687
688
# File 'gems/aws-sdk-bcmdataexports/lib/aws-sdk-bcmdataexports/types.rb', line 681

class S3OutputConfigurations < Struct.new(
  :compression,
  :format,
  :output_type,
  :overwrite)
  SENSITIVE = []
  include Aws::Structure
end