class Aws::DynamoDB::Types::ListBackupsInput
@see docs.aws.amazon.com/goto/WebAPI/dynamodb-2012-08-10/ListBackupsInput AWS API Documentation
@return [String]
* ‘ALL` - All types of on-demand backups (USER and SYSTEM).
* `SYSTEM` - On-demand backup automatically created by DynamoDB.
no other backup types are specified.)
* `USER` - On-demand backup created by you. (The default setting if
Where `BackupType` can be:
The backups from the table specified by `BackupType` are listed.
@!attribute [rw] backup_type
@return [String]
operation in order to fetch the next page of results.
specified as the `ExclusiveStartBackupArn` of a new `ListBackups`
inclusive of the current page of results. This value may be
backup last evaluated when the current page of results was returned,
`LastEvaluatedBackupArn` is the Amazon Resource Name (ARN) of the
@!attribute [rw] exclusive_start_backup_arn
@return [Time]
`TimeRangeUpperBound` is exclusive.
Only backups created before this time are listed.
@!attribute [rw] time_range_upper_bound
@return [Time]
`TimeRangeLowerBound` is inclusive.
Only backups created after this time are listed.
@!attribute [rw] time_range_lower_bound
@return [Integer]
Maximum number of backups to return at once.
@!attribute [rw] limit
@return [String]
The backups from the table specified by `TableName` are listed.
@!attribute [rw] table_name