class
Amazonite::DynamoDB::OnDemandThroughputOverride
- Amazonite::DynamoDB::OnDemandThroughputOverride
- Reference
- Object
Overview
Overrides the on-demand throughput settings for this replica table. If you don't specify a value for this parameter, it uses the source table's on-demand throughput settings.
Included Modules
- JSON::Serializable
Defined in:
dynamodb/on_demand_throughput_override.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#max_read_request_units : Int64 | Nil
Maximum number of read request units for the specified replica table.
-
#max_read_request_units=(max_read_request_units : Int64 | Nil)
Maximum number of read request units for the specified replica table.
- #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 max_read_request_units : Int64 | Nil
#
Maximum number of read request units for the specified replica table.
def max_read_request_units=(max_read_request_units : Int64 | Nil)
#
Maximum number of read request units for the specified replica table.