class
Amazonite::DynamoDB::WarmThroughput
- Amazonite::DynamoDB::WarmThroughput
- Reference
- Object
Overview
Provides visibility into the number of read and write operations your table or secondary index
can instantaneously support. The settings can be modified using the UpdateTable operation to
meet the throughput requirements of an upcoming peak event.
Included Modules
- JSON::Serializable
Defined in:
dynamodb/warm_throughput.crConstructors
- .new(pull : JSON::PullParser)
- .new(read_units_per_second : Int64 | Nil = nil, write_units_per_second : Int64 | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#read_units_per_second : Int64 | Nil
Represents the number of read operations your base table can instantaneously support.
-
#read_units_per_second=(read_units_per_second : Int64 | Nil)
Represents the number of read operations your base table can instantaneously support.
- #validate! : Nil
-
#write_units_per_second : Int64 | Nil
Represents the number of write operations your base table can instantaneously support.
-
#write_units_per_second=(write_units_per_second : Int64 | Nil)
Represents the number of write operations your base table can instantaneously support.
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
Represents the number of read operations your base table can instantaneously support.
Represents the number of read operations your base table can instantaneously support.
Represents the number of write operations your base table can instantaneously support.
Represents the number of write operations your base table can instantaneously support.