Class: Aws::BCMDataExports::Types::S3Destination
- Inherits:
-
Struct
- Object
- Struct
- Aws::BCMDataExports::Types::S3Destination
- Includes:
- Structure
- Defined in:
- 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
-
#s3_bucket ⇒ String
The name of the Amazon S3 bucket used as the destination of a data export file.
-
#s3_output_configurations ⇒ Types::S3OutputConfigurations
The output configuration for the data export.
-
#s3_prefix ⇒ String
The S3 path prefix you want prepended to the name of your data export.
-
#s3_region ⇒ String
The S3 bucket Region.
Instance Attribute Details
#s3_bucket ⇒ String
The name of the Amazon S3 bucket used as the destination of a data export file.
647 648 649 650 651 652 653 654 |
# File '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_configurations ⇒ Types::S3OutputConfigurations
The output configuration for the data export.
647 648 649 650 651 652 653 654 |
# File '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_prefix ⇒ String
The S3 path prefix you want prepended to the name of your data export.
647 648 649 650 651 652 653 654 |
# File '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_region ⇒ String
The S3 bucket Region.
647 648 649 650 651 652 653 654 |
# File '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 |