Table of Contents

Class DeleteBackupResponse

Namespace
Amazon.DynamoDBv2.Model
Assembly
AWSSDK.DynamoDBv2.dll

This is the response object from the DeleteBackup operation.

public class DeleteBackupResponse : AmazonWebServiceResponse
Inheritance
DeleteBackupResponse

Constructors

DeleteBackupResponse()

public DeleteBackupResponse()

Properties

BackupDescription

Gets and sets the property BackupDescription.

Contains the description of the backup created for the table.

public BackupDescription BackupDescription { get; set; }

Property Value

BackupDescription