Struct aws_sdk_dynamodb::model::backup_summary::Builder
source · [−]#[non_exhaustive]pub struct Builder { /* private fields */ }
Expand description
A builder for BackupSummary
Implementations
Name of the table.
Name of the table.
Unique identifier for the table.
ARN associated with the table.
ARN associated with the backup.
ARN associated with the backup.
Name of the specified backup.
Name of the specified backup.
Time at which the backup was created.
Time at which the backup was created.
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.
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, aSYSTEM
backup 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, aSYSTEM
backup 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.
Size of the backup in bytes.
Size of the backup in bytes.
Consumes the builder and constructs a BackupSummary
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more