AWSDynamoDBDescribeExportInput

Objective-C

@interface AWSDynamoDBDescribeExportInput

Swift

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

    Declaration

    Objective-C

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

    Swift

    var exportArn: String? { get set }