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