AWSDynamoDBInputFormatOptions
Objective-C
@interface AWSDynamoDBInputFormatOptions
Swift
class AWSDynamoDBInputFormatOptions
The format options for the data that was imported into the target table. There is one value, CsvOption.
-
The options for imported source files in CSV format. The values are Delimiter and HeaderList.
Declaration
Objective-C
@property (nonatomic, strong) AWSDynamoDBCsvOptions *_Nullable csv;
Swift
var csv: AWSDynamoDBCsvOptions? { get set }