Class DescribeExportResponse
- Namespace
- Amazon.DynamoDBv2.Model
- Assembly
- AWSSDK.DynamoDBv2.dll
This is the response object from the DescribeExport operation.
public class DescribeExportResponse : AmazonWebServiceResponse
- Inheritance
-
DescribeExportResponse
Constructors
DescribeExportResponse()
public DescribeExportResponse()
Properties
ExportDescription
Gets and sets the property ExportDescription.
Represents the properties of the export.
public ExportDescription ExportDescription { get; set; }