Struct aws_sdk_dynamodb::input::list_backups_input::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }Expand description
A builder for ListBackupsInput
Implementations
The backups from the table specified by TableName are listed.
The backups from the table specified by TableName are listed.
Only backups created after this time are listed. TimeRangeLowerBound is
inclusive.
Only backups created after this time are listed. TimeRangeLowerBound is
inclusive.
Only backups created before this time are listed. TimeRangeUpperBound is
exclusive.
Only backups created before this time are listed. TimeRangeUpperBound is
exclusive.
LastEvaluatedBackupArn is the Amazon Resource Name (ARN) of the backup last
evaluated when the current page of results was returned, inclusive of the current page
of results. This value may be specified as the ExclusiveStartBackupArn of a
new ListBackups operation in order to fetch the next page of results.
LastEvaluatedBackupArn is the Amazon Resource Name (ARN) of the backup last
evaluated when the current page of results was returned, inclusive of the current page
of results. This value may be specified as the ExclusiveStartBackupArn of a
new ListBackups operation in order to fetch the next page of results.
The backups from the table specified by BackupType are listed.
Where BackupType can be:
-
USER- On-demand backup created by you. -
SYSTEM- On-demand backup automatically created by DynamoDB. -
ALL- All types of on-demand backups (USER and SYSTEM).
The backups from the table specified by BackupType are listed.
Where BackupType can be:
-
USER- On-demand backup created by you. -
SYSTEM- On-demand backup automatically created by DynamoDB. -
ALL- All types of on-demand backups (USER and SYSTEM).
Consumes the builder and constructs a ListBackupsInput
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
