- Navigation Guide
@aws-sdk/client-dynamodb
ListBackupsCommandInput Interface
Members
Name | Type | Details |
---|---|---|
BackupType | BackupTypeFilter | undefined | The backups from the table specified by Where
|
ExclusiveStartBackupArn | string | undefined | |
Limit | number | undefined | Maximum number of backups to return at once. |
TableName | string | undefined | Lists the backups from the table specified in |
TimeRangeLowerBound | Date | undefined | Only backups created after this time are listed. |
TimeRangeUpperBound | Date | undefined | Only backups created before this time are listed. |
Full Signature
export interface ListBackupsCommandInput extends ListBackupsInput