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

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



5004
5005
5006
5007
5008
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 5004

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