class

Amazonite::DynamoDBV2::ImportTableDescription

Inherits JSON::Serializable < Reference < Object

Constructors

new(import_arn : String | Nil = nil, import_status : ImportStatus | Nil = nil, table_arn : String | Nil = nil, table_id : String | Nil = nil, client_token : String | Nil = nil, s3_bucket_source : S3BucketSource | Nil = nil, error_count : Int64 | Nil = nil, cloud_watch_log_group_arn : String | Nil = nil, input_format : InputFormat | Nil = nil, input_format_options : InputFormatOptions | Nil = nil, input_compression_type : InputCompressionType | Nil = nil, table_creation_parameters : TableCreationParameters | Nil = nil, start_time : Time | Nil = nil, end_time : Time | Nil = nil, processed_size_bytes : Int64 | Nil = nil, processed_item_count : Int64 | Nil = nil, imported_item_count : Int64 | Nil = nil, failure_code : String | Nil = nil, failure_message : String | Nil = nil)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

client_token
Source
client_token=(client_token : String | Nil)
Source
cloud_watch_log_group_arn
Source
cloud_watch_log_group_arn=(cloud_watch_log_group_arn : String | Nil)
Source
end_time
Source
end_time=(end_time : Time | Nil)
Source
error_count
Source
error_count=(error_count : Int64 | Nil)
Source
failure_code
Source
failure_code=(failure_code : String | Nil)
Source
failure_message
Source
failure_message=(failure_message : String | Nil)
Source
import_arn
Source
import_arn=(import_arn : String | Nil)
Source
import_status
Source
import_status=(import_status : ImportStatus | Nil)
Source
imported_item_count
Source
imported_item_count=(imported_item_count : Int64 | Nil)
Source
input_compression_type
Source
input_compression_type=(input_compression_type : InputCompressionType | Nil)
Source
input_format
Source
input_format=(input_format : InputFormat | Nil)
Source
input_format_options
Source
input_format_options=(input_format_options : InputFormatOptions | Nil)
Source
processed_item_count
Source
processed_item_count=(processed_item_count : Int64 | Nil)
Source
processed_size_bytes
Source
processed_size_bytes=(processed_size_bytes : Int64 | Nil)
Source
s3_bucket_source
Source
s3_bucket_source=(s3_bucket_source : S3BucketSource | Nil)
Source
start_time
Source
start_time=(start_time : Time | Nil)
Source
table_arn
Source
table_arn=(table_arn : String | Nil)
Source
table_creation_parameters
Source
table_creation_parameters=(table_creation_parameters : TableCreationParameters | Nil)
Source
table_id
Source
table_id=(table_id : String | Nil)
Source