Table of Contents

Class ImportTableResponse

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

This is the response object from the ImportTable operation.

public class ImportTableResponse : AmazonWebServiceResponse
Inheritance
ImportTableResponse

Constructors

ImportTableResponse()

public ImportTableResponse()

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; }

Property Value

ImportTableDescription