class Amazonite::DynamoDBV2::UpdateGlobalSecondaryIndexAction
- Amazonite::DynamoDBV2::UpdateGlobalSecondaryIndexAction
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
dynamodb_v2/update_global_secondary_index_action.crConstructors
- .new(index_name : String, provisioned_throughput : ProvisionedThroughput)
- .new(pull : JSON::PullParser)
Instance Method Summary
- #index_name : String
- #index_name=(index_name : String)
- #provisioned_throughput : ProvisionedThroughput
- #provisioned_throughput=(provisioned_throughput : ProvisionedThroughput)