Class: Aws::Honeycode::Types::DestinationOptions
- Inherits:
-
Struct
- Object
- Struct
- Aws::Honeycode::Types::DestinationOptions
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-honeycode/types.rb
Overview
An object that contains the options relating to the destination of the import request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#column_map ⇒ Hash<String,Types::SourceDataColumnProperties>
A map of the column id to the import properties for each column.
Instance Attribute Details
#column_map ⇒ Hash<String,Types::SourceDataColumnProperties>
A map of the column id to the import properties for each column.
660 661 662 663 664 |
# File 'lib/aws-sdk-honeycode/types.rb', line 660 class DestinationOptions < Struct.new( :column_map) SENSITIVE = [] include Aws::Structure end |