Class ExportSummary
- Namespace
- Amazon.DynamoDBv2.Model
- Assembly
- AWSSDK.DynamoDBv2.dll
Summary information about an export task.
public class ExportSummary
- Inheritance
-
ExportSummary
- Inherited Members
Constructors
ExportSummary()
public ExportSummary()
Properties
ExportArn
Gets and sets the property ExportArn.
The Amazon Resource Name (ARN) of the export.
public string ExportArn { get; set; }
Property Value
ExportStatus
Gets and sets the property ExportStatus.
Export can be in one of the following states: IN_PROGRESS, COMPLETED, or FAILED.
public ExportStatus ExportStatus { get; set; }