Amazonite::DynamoDBV2::ImportTableInput
Inherits JSON::Serializable < Reference < Object
Constructors
new(s3_bucket_source : S3BucketSource, input_format : InputFormat, table_creation_parameters : TableCreationParameters, client_token : String | Nil = nil, input_format_options : InputFormatOptions | Nil = nil, input_compression_type : InputCompressionType | Nil = nil)
Sourcenew(pull : JSON::PullParser)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
client_token
Sourceinput_compression_type
Sourceinput_compression_type=(input_compression_type : InputCompressionType | Nil)
Sourceinput_format
Sourceinput_format=(input_format : InputFormat)
Sourceinput_format_options
Sourceinput_format_options=(input_format_options : InputFormatOptions | Nil)
Sources3_bucket_source
Sources3_bucket_source=(s3_bucket_source : S3BucketSource)
Sourcetable_creation_parameters
Sourcetable_creation_parameters=(table_creation_parameters : TableCreationParameters)
Source