AWSDynamoDBDescribeContinuousBackupsInput

Objective-C

@interface AWSDynamoDBDescribeContinuousBackupsInput

Swift

class AWSDynamoDBDescribeContinuousBackupsInput
  • Name of the table for which the customer wants to check the continuous backups and point in time recovery settings.

    You can also provide the Amazon Resource Name (ARN) of the table in this parameter.

    Declaration

    Objective-C

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

    Swift

    var tableName: String? { get set }