Class: Aws::Honeycode::Types::ImportOptions

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

Overview

An object that contains the options specified by the sumitter of the import request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#delimited_text_optionsTypes::DelimitedTextImportOptions

Options relating to parsing delimited text. Required if dataFormat is DELIMITED_TEXT.



860
861
862
863
864
865
# File 'gems/aws-sdk-honeycode/lib/aws-sdk-honeycode/types.rb', line 860

class ImportOptions < Struct.new(
  :destination_options,
  :delimited_text_options)
  SENSITIVE = []
  include Aws::Structure
end

#destination_optionsTypes::DestinationOptions

Options relating to the destination of the import request.



860
861
862
863
864
865
# File 'gems/aws-sdk-honeycode/lib/aws-sdk-honeycode/types.rb', line 860

class ImportOptions < Struct.new(
  :destination_options,
  :delimited_text_options)
  SENSITIVE = []
  include Aws::Structure
end