Class: Aws::DynamoDB::Types::InputFormatOptions

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-dynamodb/types.rb

Overview

The format options for the data that was imported into the target table. There is one value, CsvOption.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#csvTypes::CsvOptions

The options for imported source files in CSV format. The values are Delimiter and HeaderList.

Returns:



4664
4665
4666
4667
4668
# File 'lib/aws-sdk-dynamodb/types.rb', line 4664

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