BackupSummary

Contains details for the backup.

Types

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

Properties

Link copied to clipboard

ARN associated with the backup.

Link copied to clipboard

Time at which the backup was created.

Link copied to clipboard

Time at which the automatic on-demand backup created by DynamoDB will expire. This SYSTEM on-demand backup expires automatically 35 days after its creation.

Link copied to clipboard

Name of the specified backup.

Link copied to clipboard

Size of the backup in bytes.

Link copied to clipboard

Backup can be in one of the following states: CREATING, ACTIVE, DELETED.

Link copied to clipboard

BackupType:

Link copied to clipboard

ARN associated with the table.

Link copied to clipboard

Unique identifier for the table.

Link copied to clipboard

Name of the table.

Functions

Link copied to clipboard
inline fun copy(block: BackupSummary.Builder.() -> Unit = {}): BackupSummary
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