Skip to content

Describe backup

async_boto.validation.dynamodb.describe_backup

DescribeBackupRequest

Bases: BaseModel

Describes an existing backup of a table.

ATTRIBUTE DESCRIPTION
BackupArn

The Amazon Resource Name (ARN) associated with the backup.

TYPE: str

BackupArn instance-attribute

BackupArn

DescribeBackupResponse

Bases: BaseModel

Response for the DescribeBackup operation.

ATTRIBUTE DESCRIPTION
BackupDescription

Contains the description of the backup.

TYPE: BackupDescription

BackupDescription instance-attribute

BackupDescription