AWSDynamoDBDeleteTableOutput
Objective-C
@interface AWSDynamoDBDeleteTableOutput
Swift
class AWSDynamoDBDeleteTableOutput
Represents the output of a DeleteTable
operation.
-
Represents the properties of a table.
Declaration
Objective-C
@property (nonatomic, strong) AWSDynamoDBTableDescription *_Nullable tableDescription;
Swift
var tableDescription: AWSDynamoDBTableDescription? { get set }