AWSDynamoDBDeleteGlobalSecondaryIndexAction
Objective-C
@interface AWSDynamoDBDeleteGlobalSecondaryIndexAction
Swift
class AWSDynamoDBDeleteGlobalSecondaryIndexAction
Represents a global secondary index to be deleted from an existing table.
Required parameters: [IndexName]
-
The name of the global secondary index to be deleted.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable indexName;
Swift
var indexName: String? { get set }