class
Amazonite::DynamoDB::InputFormatOptions
- Amazonite::DynamoDB::InputFormatOptions
- Reference
- Object
Overview
The format options for the data that was imported into the target table. There is one value, CsvOption.
Included Modules
- JSON::Serializable
Defined in:
dynamodb/input_format_options.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#csv : CsvOptions | Nil
The options for imported source files in CSV format.
-
#csv=(csv : CsvOptions | Nil)
The options for imported source files in CSV format.
-
#hash(hasher)
See
Object#hash(hasher) - #validate! : Nil
Constructor Detail
Instance Method Detail
def ==(other : self)
#
Description copied from class Reference
Returns true if this reference is the same as other. Invokes same?.
def csv : CsvOptions | Nil
#
The options for imported source files in CSV format. The values are Delimiter and HeaderList.
def csv=(csv : CsvOptions | Nil)
#
The options for imported source files in CSV format. The values are Delimiter and HeaderList.