AWSDynamoDBUpdateGlobalSecondaryIndexAction Class Reference
Inherits from | AWSModel : AWSMTLModel |
---|---|
Declared in | AWSDynamoDBModel.h AWSDynamoDBModel.m |
Overview
Represents the new provisioned throughput settings to be applied to a global secondary index.
Required parameters: [IndexName, ProvisionedThroughput]
indexName
The name of the global secondary index to be updated.
@property (nonatomic, strong) NSString *indexName
Declared In
AWSDynamoDBModel.h
provisionedThroughput
Represents the provisioned throughput settings for the specified global secondary index.
For current minimum and maximum provisioned throughput values, see Limits in the Amazon DynamoDB Developer Guide.
@property (nonatomic, strong) AWSDynamoDBProvisionedThroughput *provisionedThroughput
Declared In
AWSDynamoDBModel.h