class Amazonite::DynamoDBV2::BackupDetails

Included Modules

Defined in:

dynamodb_v2/backup_details.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(backup_arn : String, backup_name : String, backup_status : BackupStatus, backup_type : BackupType, backup_creation_date_time : Time, backup_size_bytes : Int64 | Nil = nil, backup_expiry_date_time : Time | Nil = nil) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def backup_arn : String #

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

[View source]
def backup_creation_date_time : Time #

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

[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 #

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

[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 #

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

[View source]
def backup_type : BackupType #

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

[View source]