Class DescribeImportResponse
- Namespace
- Amazon.DynamoDBv2.Model
- Assembly
- AWSSDK.DynamoDBv2.dll
This is the response object from the DescribeImport operation.
public class DescribeImportResponse : AmazonWebServiceResponse
- Inheritance
-
DescribeImportResponse
Constructors
DescribeImportResponse()
public DescribeImportResponse()
Properties
ImportTableDescription
Gets and sets the property ImportTableDescription.
Represents the properties of the table created for the import, and parameters of the import. The import parameters include import status, how many items were processed, and how many errors were encountered.
public ImportTableDescription ImportTableDescription { get; set; }