class
Amazonite::DynamoDB::ProvisionedThroughput
- Amazonite::DynamoDB::ProvisionedThroughput
- Reference
- Object
Overview
Represents the provisioned throughput settings for the specified global secondary index. You
must use ProvisionedThroughput or OnDemandThroughput based on your table’s capacity mode.
For current minimum and maximum provisioned throughput values, see Service, Account, and Table Quotas in the Amazon DynamoDB Developer Guide.
Included Modules
- JSON::Serializable
Defined in:
dynamodb/provisioned_throughput.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#read_capacity_units : Int64
The maximum number of strongly consistent reads consumed per second before DynamoDB returns a
ThrottlingException. -
#read_capacity_units=(read_capacity_units : Int64)
The maximum number of strongly consistent reads consumed per second before DynamoDB returns a
ThrottlingException. - #validate! : Nil
-
#write_capacity_units : Int64
The maximum number of writes consumed per second before DynamoDB returns a
ThrottlingException. -
#write_capacity_units=(write_capacity_units : Int64)
The maximum number of writes consumed per second before DynamoDB returns a
ThrottlingException.
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
The maximum number of strongly consistent reads consumed per second before DynamoDB returns a
ThrottlingException. For more information, see Specifying Read and Write
Requirements
in the Amazon DynamoDB Developer Guide.
If read/write capacity mode is PAY_PER_REQUEST the value is set to 0.
The maximum number of strongly consistent reads consumed per second before DynamoDB returns a
ThrottlingException. For more information, see Specifying Read and Write
Requirements
in the Amazon DynamoDB Developer Guide.
If read/write capacity mode is PAY_PER_REQUEST the value is set to 0.
The maximum number of writes consumed per second before DynamoDB returns a
ThrottlingException. For more information, see Specifying Read and Write
Requirements
in the Amazon DynamoDB Developer Guide.
If read/write capacity mode is PAY_PER_REQUEST the value is set to 0.
The maximum number of writes consumed per second before DynamoDB returns a
ThrottlingException. For more information, see Specifying Read and Write
Requirements
in the Amazon DynamoDB Developer Guide.
If read/write capacity mode is PAY_PER_REQUEST the value is set to 0.