Class: Aws::BCMDataExports::Types::DestinationConfigurations
- Inherits:
-
Struct
- Object
- Struct
- Aws::BCMDataExports::Types::DestinationConfigurations
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bcmdataexports/types.rb
Overview
The destinations used for data exports.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#s3_destination ⇒ Types::S3Destination
An object that describes the destination of the data exports file.
Instance Attribute Details
#s3_destination ⇒ Types::S3Destination
An object that describes the destination of the data exports file.
122 123 124 125 126 |
# File 'lib/aws-sdk-bcmdataexports/types.rb', line 122 class DestinationConfigurations < Struct.new( :s3_destination) SENSITIVE = [] include Aws::Structure end |