Table of Contents

Class CreateBackupResponse

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

This is the response object from the CreateBackup operation.

public class CreateBackupResponse : AmazonWebServiceResponse
Inheritance
CreateBackupResponse

Constructors

CreateBackupResponse()

public CreateBackupResponse()

Properties

BackupDetails

Gets and sets the property BackupDetails.

Contains the details of the backup created for the table.

public BackupDetails BackupDetails { get; set; }

Property Value

BackupDetails