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