class Amazonite::DynamoDB::RestoreSummary

Overview

Contains details for the restore.

Included Modules

Defined in:

dynamodb/restore_summary.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(restore_date_time : Time, restore_in_progress : Bool, source_backup_arn : String | Nil = nil, source_table_arn : String | Nil = nil) #

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

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

[View source]

Instance Method Detail

def ==(other : self) #
Description copied from class Reference

Returns true if this reference is the same as other. Invokes same?.


def hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


def restore_date_time : Time #

Point in time or source backup time.


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

Point in time or source backup time.


[View source]
def restore_in_progress : Bool #

Indicates if a restore is in progress or not.


[View source]
def restore_in_progress=(restore_in_progress : Bool) #

Indicates if a restore is in progress or not.


[View source]
def source_backup_arn : String | Nil #

The Amazon Resource Name (ARN) of the backup from which the table was restored.


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

The Amazon Resource Name (ARN) of the backup from which the table was restored.


[View source]
def source_table_arn : String | Nil #

The ARN of the source table of the backup that is being restored.


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

The ARN of the source table of the backup that is being restored.


[View source]
def validate! : Nil #

[View source]