AWSDynamoDBExportSummary

Objective-C

@interface AWSDynamoDBExportSummary

Swift

class AWSDynamoDBExportSummary

Summary information about an export task.

  • The Amazon Resource Name (ARN) of the export.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable exportArn;

    Swift

    var exportArn: String? { get set }
  • Export can be in one of the following states: IN_PROGRESS, COMPLETED, or FAILED.

    Declaration

    Objective-C

    @property (nonatomic) AWSDynamoDBExportStatus exportStatus;

    Swift

    var exportStatus: AWSDynamoDBExportStatus { get set }
  • The type of export that was performed. Valid values are FULL_EXPORT or INCREMENTAL_EXPORT.

    Declaration

    Objective-C

    @property (nonatomic) AWSDynamoDBExportType exportType;

    Swift

    var exportType: AWSDynamoDBExportType { get set }