ListBackupsRequest

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The backups from the table specified by BackupType are listed.

Link copied to clipboard

LastEvaluatedBackupArn is the Amazon Resource Name (ARN) of the backup last evaluated when the current page of results was returned, inclusive of the current page of results. This value may be specified as the ExclusiveStartBackupArn of a new ListBackups operation in order to fetch the next page of results.

Link copied to clipboard
val limit: Int?

Maximum number of backups to return at once.

Link copied to clipboard

Lists the backups from the table specified in TableName. You can also provide the Amazon Resource Name (ARN) of the table in this parameter.

Link copied to clipboard

Only backups created after this time are listed. TimeRangeLowerBound is inclusive.

Link copied to clipboard

Only backups created before this time are listed. TimeRangeUpperBound is exclusive.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String