Class: Aws::Honeycode::Types::DestinationOptions

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-honeycode/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

Instance Attribute Details

#column_mapHash<String,Types::SourceDataColumnProperties>

A map of the column id to the import properties for each column.

Returns:



660
661
662
663
664
# File 'gems/aws-sdk-honeycode/lib/aws-sdk-honeycode/types.rb', line 660

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