class
Amazonite::DynamoDB::ProvisionedThroughputOverride
- Amazonite::DynamoDB::ProvisionedThroughputOverride
- Reference
- Object
Overview
Replica-specific provisioned throughput settings. If not specified, uses the source table's provisioned throughput settings.
Included Modules
- JSON::Serializable
Defined in:
dynamodb/provisioned_throughput_override.crConstructors
- .new(pull : JSON::PullParser)
- .new(read_capacity_units : Int64 | Nil = nil)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#read_capacity_units : Int64 | Nil
Replica-specific read capacity units.
-
#read_capacity_units=(read_capacity_units : Int64 | Nil)
Replica-specific read capacity units.
- #validate! : Nil
Constructor Detail
Instance Method Detail
def ==(other : self)
#
Description copied from class Reference
Returns true if this reference is the same as other. Invokes same?.
def read_capacity_units : Int64 | Nil
#
Replica-specific read capacity units. If not specified, uses the source table's read capacity settings.
def read_capacity_units=(read_capacity_units : Int64 | Nil)
#
Replica-specific read capacity units. If not specified, uses the source table's read capacity settings.