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.
* `USER` - On-demand backup created by you.
Where `BackupType` can be:
The backups from the table specified by `BackupType` are listed.
@!attribute [rw] backup_type
@return [String]
to fetch the next page of results.
`ExclusiveStartBackupArn` of a new `ListBackups` operation in order
current page of results. This value may be specified as the
when the current page of results was returned, inclusive of the
`LastEvaluatedBackupArn` is the ARN of the backup last evaluated
@!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
}
backup_type: “USER”, # accepts USER, SYSTEM, AWS_BACKUP, ALL
exclusive_start_backup_arn: “BackupArn”,
time_range_upper_bound: Time.now,
time_range_lower_bound: Time.now,
limit: 1,
table_name: “TableName”,
{
data as a hash:
@note When making an API call, you may pass ListBackupsInput