class

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)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

client_token
Source
client_token=(client_token : String | Nil)
Source
input_compression_type
Source
input_compression_type=(input_compression_type : InputCompressionType | Nil)
Source
input_format
Source
input_format=(input_format : InputFormat)
Source
input_format_options
Source
input_format_options=(input_format_options : InputFormatOptions | Nil)
Source
s3_bucket_source
Source
s3_bucket_source=(s3_bucket_source : S3BucketSource)
Source
table_creation_parameters
Source
table_creation_parameters=(table_creation_parameters : TableCreationParameters)
Source