class
Amazonite::DynamoDB::UpdateGlobalSecondaryIndexAction
- Amazonite::DynamoDB::UpdateGlobalSecondaryIndexAction
- Reference
- Object
Overview
Represents the new provisioned throughput settings to be applied to a global secondary index.
Included Modules
- JSON::Serializable
Defined in:
dynamodb/update_global_secondary_index_action.crConstructors
- .new(pull : JSON::PullParser)
- .new(index_name : String, provisioned_throughput : ProvisionedThroughput | Nil = nil, on_demand_throughput : OnDemandThroughput | Nil = nil, warm_throughput : WarmThroughput | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#index_name : String
The name of the global secondary index to be updated.
-
#index_name=(index_name : String)
The name of the global secondary index to be updated.
-
#on_demand_throughput : OnDemandThroughput | Nil
Updates the maximum number of read and write units for the specified global secondary index.
-
#on_demand_throughput=(on_demand_throughput : OnDemandThroughput | Nil)
Updates the maximum number of read and write units for the specified global secondary index.
-
#provisioned_throughput : ProvisionedThroughput | Nil
Represents the provisioned throughput settings for the specified global secondary index.
-
#provisioned_throughput=(provisioned_throughput : ProvisionedThroughput | Nil)
Represents the provisioned throughput settings for the specified global secondary index.
- #validate! : Nil
-
#warm_throughput : WarmThroughput | Nil
Represents the warm throughput value of the new provisioned throughput settings to be applied to a global secondary index.
-
#warm_throughput=(warm_throughput : WarmThroughput | Nil)
Represents the warm throughput value of the new provisioned throughput settings to be applied to a global secondary index.
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
Updates the maximum number of read and write units for the specified global secondary index. If
you use this parameter, you must specify MaxReadRequestUnits, MaxWriteRequestUnits, or both.
Updates the maximum number of read and write units for the specified global secondary index. If
you use this parameter, you must specify MaxReadRequestUnits, MaxWriteRequestUnits, or both.
Represents the provisioned throughput settings for the specified global secondary index.
For current minimum and maximum provisioned throughput values, see Service, Account, and Table Quotas in the Amazon DynamoDB Developer Guide.
Represents the provisioned throughput settings for the specified global secondary index.
For current minimum and maximum provisioned throughput values, see Service, Account, and Table Quotas in the Amazon DynamoDB Developer Guide.
Represents the warm throughput value of the new provisioned throughput settings to be applied to a global secondary index.
Represents the warm throughput value of the new provisioned throughput settings to be applied to a global secondary index.