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