AWSDynamoDBUpdateGlobalTableOutput
Objective-C
@interface AWSDynamoDBUpdateGlobalTableOutput
Swift
class AWSDynamoDBUpdateGlobalTableOutput
-
Contains the details of the global table.
Declaration
Objective-C
@property (nonatomic, strong) AWSDynamoDBGlobalTableDescription *_Nullable globalTableDescription;
Swift
var globalTableDescription: AWSDynamoDBGlobalTableDescription? { get set }