Class DescribeImportRequest
- Namespace
- Amazon.DynamoDBv2.Model
- Assembly
- AWSSDK.DynamoDBv2.dll
Container for the parameters to the DescribeImport operation. Represents the properties of the import.
public class DescribeImportRequest : AmazonDynamoDBRequest
- Inheritance
-
DescribeImportRequest
Constructors
DescribeImportRequest()
public DescribeImportRequest()
Properties
ImportArn
Gets and sets the property ImportArn.
The Amazon Resource Name (ARN) associated with the table you're importing to.
public string ImportArn { get; set; }