AWSDynamoDBDescribeImportInput

Objective-C

@interface AWSDynamoDBDescribeImportInput

Swift

class AWSDynamoDBDescribeImportInput
  • The Amazon Resource Name (ARN) associated with the table you’re importing to.

    Declaration

    Objective-C

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

    Swift

    var importArn: String? { get set }