class Amazonite::DynamoDBV2::ImportSummary

Included Modules

Defined in:

dynamodb_v2/import_summary.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, s3_bucket_source : S3BucketSource | Nil = nil, cloud_watch_log_group_arn : String | Nil = nil, input_format : InputFormat | Nil = nil, start_time : Time | Nil = nil, end_time : Time | Nil = nil) #

[View source]

Instance Method Detail

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 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 input_format : InputFormat | Nil #

[View source]
def input_format=(input_format : InputFormat | 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]