class
Amazonite::DynamoDB::TableWarmThroughputDescription
- Amazonite::DynamoDB::TableWarmThroughputDescription
- Reference
- Object
Overview
Represents the warm throughput value (in read units per second and write units per second) of the table. Warm throughput is applicable for DynamoDB Standard-IA tables and specifies the minimum provisioned capacity maintained for immediate data access.
Included Modules
- JSON::Serializable
Defined in:
dynamodb/table_warm_throughput_description.crConstructors
- .new(pull : JSON::PullParser)
- .new(read_units_per_second : Int64 | Nil = nil, write_units_per_second : Int64 | Nil = nil, status : TableStatus | 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 base table's warm throughput value in read units per second.
-
#read_units_per_second=(read_units_per_second : Int64 | Nil)
Represents the base table's warm throughput value in read units per second.
-
#status : TableStatus | Nil
Represents warm throughput value of the base table.
-
#status=(status : TableStatus | Nil)
Represents warm throughput value of the base table.
- #validate! : Nil
-
#write_units_per_second : Int64 | Nil
Represents the base table's warm throughput value in write units per second.
-
#write_units_per_second=(write_units_per_second : Int64 | Nil)
Represents the base table's warm throughput value in write units per second.
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
Represents the base table's warm throughput value in read units per second.
Represents the base table's warm throughput value in read units per second.
Represents the base table's warm throughput value in write units per second.
Represents the base table's warm throughput value in write units per second.