Class: Aws::BCMDataExports::Types::DestinationConfigurations

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

Overview

The destinations used for data exports.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#s3_destinationTypes::S3Destination

An object that describes the destination of the data exports file.



122
123
124
125
126
# File 'gems/aws-sdk-bcmdataexports/lib/aws-sdk-bcmdataexports/types.rb', line 122

class DestinationConfigurations < Struct.new(
  :s3_destination)
  SENSITIVE = []
  include Aws::Structure
end