Class: Aws::Honeycode::Types::ImportOptions
- Inherits:
-
Struct
- Object
- Struct
- Aws::Honeycode::Types::ImportOptions
- Includes:
- Structure
- Defined in:
- 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
-
#delimited_text_options ⇒ Types::DelimitedTextImportOptions
Options relating to parsing delimited text.
-
#destination_options ⇒ Types::DestinationOptions
Options relating to the destination of the import request.
Instance Attribute Details
#delimited_text_options ⇒ Types::DelimitedTextImportOptions
Options relating to parsing delimited text. Required if dataFormat is DELIMITED_TEXT.
860 861 862 863 864 865 |
# File 'lib/aws-sdk-honeycode/types.rb', line 860 class ImportOptions < Struct.new( :destination_options, :delimited_text_options) SENSITIVE = [] include Aws::Structure end |
#destination_options ⇒ Types::DestinationOptions
Options relating to the destination of the import request.
860 861 862 863 864 865 |
# File 'lib/aws-sdk-honeycode/types.rb', line 860 class ImportOptions < Struct.new( :destination_options, :delimited_text_options) SENSITIVE = [] include Aws::Structure end |