class Aws::DynamoDB::Types::ListBackupsOutput
@see docs.aws.amazon.com/goto/WebAPI/dynamodb-2012-08-10/ListBackupsOutput AWS API Documentation
@return [String]
‘LastEvaluatedBackupArn` is returned.
guaranteed to have been returned if and only if no value for
indicate there is more data to be returned. All results are
If `LastEvaluatedBackupArn` is not empty, this may or may not
has been processed and there are no more results to be retrieved.
If `LastEvaluatedBackupArn` is empty, then the last page of results
`ListBackups` operation in order to fetch the next page of results.
value may be specified as the `ExclusiveStartBackupArn` of a new
results was returned, inclusive of the current page of results. This
The ARN of the backup last evaluated when the current page of
@!attribute [rw] last_evaluated_backup_arn
@return [Array<Types::BackupSummary>]
List of `BackupSummary` objects.
@!attribute [rw] backup_summaries