class Amazonite::DynamoDBV2::BackupSummary

Included Modules

Defined in:

dynamodb_v2/backup_summary.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(table_name : String | Nil = nil, table_id : String | Nil = nil, table_arn : String | Nil = nil, backup_arn : String | Nil = nil, backup_name : String | Nil = nil, backup_creation_date_time : Time | Nil = nil, backup_expiry_date_time : Time | Nil = nil, backup_status : BackupStatus | Nil = nil, backup_type : BackupType | Nil = nil, backup_size_bytes : Int64 | Nil = nil) #

[View source]

Instance Method Detail

def backup_arn : String | Nil #

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

[View source]
def backup_creation_date_time : Time | Nil #

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

[View source]
def backup_expiry_date_time : Time | Nil #

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

[View source]
def backup_name : String | Nil #

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

[View source]
def backup_size_bytes : Int64 | Nil #

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

[View source]
def backup_status : BackupStatus | Nil #

[View source]
def backup_status=(backup_status : BackupStatus | Nil) #

[View source]
def backup_type : BackupType | Nil #

[View source]
def backup_type=(backup_type : BackupType | Nil) #

[View source]
def table_arn : String | Nil #

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

[View source]
def table_id : String | Nil #

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

[View source]
def table_name : String | Nil #

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

[View source]