List backups
async_boto.validation.dynamodb.list_backups
ListBackupsRequest
Bases: BaseModel
Request model for the ListBackups operation.
| ATTRIBUTE | DESCRIPTION |
|---|---|
TableName |
Lists the backups from the table specified in TableName.
TYPE:
|
Limit |
Maximum number of backups to return at once.
TYPE:
|
TimeRangeLowerBound |
Only backups created after this time are listed.
TYPE:
|
TimeRangeUpperBound |
Only backups created before this time are listed.
TYPE:
|
BackupType |
The backups from the table specified by BackupType are listed.
TYPE:
|
ExclusiveStartBackupArn |
The ARN of the backup last evaluated when the current page of results was returned.
TYPE:
|
TableName
class-attribute
instance-attribute
TableName = None
Limit
class-attribute
instance-attribute
Limit = None
TimeRangeLowerBound
class-attribute
instance-attribute
TimeRangeLowerBound = None
TimeRangeUpperBound
class-attribute
instance-attribute
TimeRangeUpperBound = None
BackupType
class-attribute
instance-attribute
BackupType = None
ExclusiveStartBackupArn
class-attribute
instance-attribute
ExclusiveStartBackupArn = None
ListBackupsResponse
Bases: BaseModel
Response model for the ListBackups operation.
| ATTRIBUTE | DESCRIPTION |
|---|---|
BackupSummaries |
List of backup summaries.
TYPE:
|
LastEvaluatedBackupArn |
The ARN of the backup last evaluated when the current page of results was returned.
TYPE:
|
BackupSummaries
class-attribute
instance-attribute
BackupSummaries = None
LastEvaluatedBackupArn
class-attribute
instance-attribute
LastEvaluatedBackupArn = None