AWSDynamoDBDeleteTableInput
Objective-C
@interface AWSDynamoDBDeleteTableInput
Swift
class AWSDynamoDBDeleteTableInput
Represents the input of a DeleteTable
operation.
Required parameters: [TableName]
-
The name of the table to delete. 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 }