AWSDynamoDBDescribeGlobalTableSettingsInput
Objective-C
@interface AWSDynamoDBDescribeGlobalTableSettingsInput
Swift
class AWSDynamoDBDescribeGlobalTableSettingsInput
-
The name of the global table to describe.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable globalTableName;
Swift
var globalTableName: String? { get set }