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:



4831
4832
4833
4834
4835
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 4831

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