- Navigation Guide
@aws-sdk/client-dynamodb
DeleteBackupCommandOutput Interface
The output of DeleteBackupCommand.
Members
Name | Type | Details |
---|---|---|
$metadata Required | ResponseMetadata | Metadata pertaining to this request. |
BackupDescription | BackupDescription | undefined | Contains the description of the backup created for the table. |
Full Signature
export interface DeleteBackupCommandOutput extends DeleteBackupOutput, MetadataBearer