Table of Contents

Class RestoreTableToPointInTimeResponse

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

This is the response object from the RestoreTableToPointInTime operation.

public class RestoreTableToPointInTimeResponse : AmazonWebServiceResponse
Inheritance
RestoreTableToPointInTimeResponse

Constructors

RestoreTableToPointInTimeResponse()

public RestoreTableToPointInTimeResponse()

Properties

TableDescription

Gets and sets the property TableDescription.

Represents the properties of a table.

public TableDescription TableDescription { get; set; }

Property Value

TableDescription