class Amazonite::DynamoDBV2::ImportTableDescription

Included Modules

Defined in:

dynamodb_v2/import_table_description.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]
def self.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) #

[View source]

Instance Method Detail

def client_token : String | Nil #

[View source]
def client_token=(client_token : String | Nil) #

[View source]
def cloud_watch_log_group_arn : String | Nil #

[View source]
def cloud_watch_log_group_arn=(cloud_watch_log_group_arn : String | Nil) #

[View source]
def end_time : Time | Nil #

[View source]
def end_time=(end_time : Time | Nil) #

[View source]
def error_count : Int64 | Nil #

[View source]
def error_count=(error_count : Int64 | Nil) #

[View source]
def failure_code : String | Nil #

[View source]
def failure_code=(failure_code : String | Nil) #

[View source]
def failure_message : String | Nil #

[View source]
def failure_message=(failure_message : String | Nil) #

[View source]
def import_arn : String | Nil #

[View source]
def import_arn=(import_arn : String | Nil) #

[View source]
def import_status : ImportStatus | Nil #

[View source]
def import_status=(import_status : ImportStatus | Nil) #

[View source]
def imported_item_count : Int64 | Nil #

[View source]
def imported_item_count=(imported_item_count : Int64 | Nil) #

[View source]
def input_compression_type : InputCompressionType | Nil #

[View source]
def input_compression_type=(input_compression_type : InputCompressionType | Nil) #

[View source]
def input_format : InputFormat | Nil #

[View source]
def input_format=(input_format : InputFormat | Nil) #

[View source]
def input_format_options : InputFormatOptions | Nil #

[View source]
def input_format_options=(input_format_options : InputFormatOptions | Nil) #

[View source]
def processed_item_count : Int64 | Nil #

[View source]
def processed_item_count=(processed_item_count : Int64 | Nil) #

[View source]
def processed_size_bytes : Int64 | Nil #

[View source]
def processed_size_bytes=(processed_size_bytes : Int64 | Nil) #

[View source]
def s3_bucket_source : S3BucketSource | Nil #

[View source]
def s3_bucket_source=(s3_bucket_source : S3BucketSource | Nil) #

[View source]
def start_time : Time | Nil #

[View source]
def start_time=(start_time : Time | Nil) #

[View source]
def table_arn : String | Nil #

[View source]
def table_arn=(table_arn : String | Nil) #

[View source]
def table_creation_parameters : TableCreationParameters | Nil #

[View source]
def table_creation_parameters=(table_creation_parameters : TableCreationParameters | Nil) #

[View source]
def table_id : String | Nil #

[View source]
def table_id=(table_id : String | Nil) #

[View source]