class
Amazonite::DynamoDB::BackupDetails
- Amazonite::DynamoDB::BackupDetails
- Reference
- Object
Overview
Contains the details of the backup created for the table.
Included Modules
- JSON::Serializable
Defined in:
dynamodb/backup_details.crConstructors
- .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)
- .new(pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#backup_arn : String
ARN associated with the backup.
-
#backup_arn=(backup_arn : String)
ARN associated with the backup.
-
#backup_creation_date_time : Time
Time at which the backup was created.
-
#backup_creation_date_time=(backup_creation_date_time : Time)
Time at which the backup was created.
-
#backup_expiry_date_time : Time | Nil
Time at which the automatic on-demand backup created by DynamoDB will expire.
-
#backup_expiry_date_time=(backup_expiry_date_time : Time | Nil)
Time at which the automatic on-demand backup created by DynamoDB will expire.
-
#backup_name : String
Name of the requested backup.
-
#backup_name=(backup_name : String)
Name of the requested backup.
-
#backup_size_bytes : Int64 | Nil
Size of the backup in bytes.
-
#backup_size_bytes=(backup_size_bytes : Int64 | Nil)
Size of the backup in bytes.
-
#backup_status : BackupStatus
Backup can be in one of the following states: CREATING, ACTIVE, DELETED.
-
#backup_status=(backup_status : BackupStatus)
Backup can be in one of the following states: CREATING, ACTIVE, DELETED.
-
#backup_type : BackupType
BackupType:
-
#backup_type=(backup_type : BackupType)
BackupType:
-
#hash(hasher)
See
Object#hash(hasher) - #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
Time at which the backup was created. This is the request time of the backup.
Time at which the backup was created. This is the request time of the backup.
Time at which the automatic on-demand backup created by DynamoDB will expire. This SYSTEM
on-demand backup expires automatically 35 days after its creation.
Time at which the automatic on-demand backup created by DynamoDB will expire. This SYSTEM
on-demand backup expires automatically 35 days after its creation.
Size of the backup in bytes. DynamoDB updates this value approximately every six hours. Recent changes might not be reflected in this value.
Size of the backup in bytes. DynamoDB updates this value approximately every six hours. Recent changes might not be reflected in this value.
Backup can be in one of the following states: CREATING, ACTIVE, DELETED.
Backup can be in one of the following states: CREATING, ACTIVE, DELETED.
BackupType:
-
USER- You create and manage these using the on-demand backup feature. -
SYSTEM- If you delete a table with point-in-time recovery enabled, aSYSTEMbackup is automatically created and is retained for 35 days (at no additional cost). System backups allow you to restore the deleted table to the state it was in just before the point of deletion. -
AWS_BACKUP- On-demand backup created by you from Backup service.
BackupType:
-
USER- You create and manage these using the on-demand backup feature. -
SYSTEM- If you delete a table with point-in-time recovery enabled, aSYSTEMbackup is automatically created and is retained for 35 days (at no additional cost). System backups allow you to restore the deleted table to the state it was in just before the point of deletion. -
AWS_BACKUP- On-demand backup created by you from Backup service.