Class: Aws::BCMDataExports::Types::S3Destination

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-bcmdataexports/lib/aws-sdk-bcmdataexports/types.rb

Overview

Describes the destination Amazon Simple Storage Service (Amazon S3) bucket name and object keys of a data exports file.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#s3_bucketString

The name of the Amazon S3 bucket used as the destination of a data export file.

Returns:

  • (String)


647
648
649
650
651
652
653
654
# File 'gems/aws-sdk-bcmdataexports/lib/aws-sdk-bcmdataexports/types.rb', line 647

class S3Destination < Struct.new(
  :s3_bucket,
  :s3_output_configurations,
  :s3_prefix,
  :s3_region)
  SENSITIVE = []
  include Aws::Structure
end

#s3_output_configurationsTypes::S3OutputConfigurations

The output configuration for the data export.



647
648
649
650
651
652
653
654
# File 'gems/aws-sdk-bcmdataexports/lib/aws-sdk-bcmdataexports/types.rb', line 647

class S3Destination < Struct.new(
  :s3_bucket,
  :s3_output_configurations,
  :s3_prefix,
  :s3_region)
  SENSITIVE = []
  include Aws::Structure
end

#s3_prefixString

The S3 path prefix you want prepended to the name of your data export.

Returns:

  • (String)


647
648
649
650
651
652
653
654
# File 'gems/aws-sdk-bcmdataexports/lib/aws-sdk-bcmdataexports/types.rb', line 647

class S3Destination < Struct.new(
  :s3_bucket,
  :s3_output_configurations,
  :s3_prefix,
  :s3_region)
  SENSITIVE = []
  include Aws::Structure
end

#s3_regionString

The S3 bucket Region.

Returns:

  • (String)


647
648
649
650
651
652
653
654
# File 'gems/aws-sdk-bcmdataexports/lib/aws-sdk-bcmdataexports/types.rb', line 647

class S3Destination < Struct.new(
  :s3_bucket,
  :s3_output_configurations,
  :s3_prefix,
  :s3_region)
  SENSITIVE = []
  include Aws::Structure
end