Table of Contents

Class DescribeExportRequest

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

Container for the parameters to the DescribeExport operation. Describes an existing table export.

public class DescribeExportRequest : AmazonDynamoDBRequest
Inheritance
DescribeExportRequest

Constructors

DescribeExportRequest()

public DescribeExportRequest()

Properties

ExportArn

Gets and sets the property ExportArn.

The Amazon Resource Name (ARN) associated with the export.

public string ExportArn { get; set; }

Property Value

string