Class ExportTableToPointInTimeResponse
- Namespace
- Amazon.DynamoDBv2.Model
- Assembly
- AWSSDK.DynamoDBv2.dll
This is the response object from the ExportTableToPointInTime operation.
public class ExportTableToPointInTimeResponse : AmazonWebServiceResponse
- Inheritance
-
ExportTableToPointInTimeResponse
Constructors
ExportTableToPointInTimeResponse()
public ExportTableToPointInTimeResponse()
Properties
ExportDescription
Gets and sets the property ExportDescription.
Contains a description of the table export.
public ExportDescription ExportDescription { get; set; }