class
Amazonite::DynamoDB::GlobalSecondaryIndexWarmThroughputDescription
Overview
The description of the warm throughput value on a global secondary index.
Included Modules
- JSON::Serializable
Defined in:
dynamodb/global_secondary_index_warm_throughput_description.crConstructors
- .new(pull : JSON::PullParser)
- .new(read_units_per_second : Int64 | Nil = nil, write_units_per_second : Int64 | Nil = nil, status : IndexStatus | 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_units_per_second : Int64 | Nil
Represents warm throughput read units per second value for a global secondary index.
-
#read_units_per_second=(read_units_per_second : Int64 | Nil)
Represents warm throughput read units per second value for a global secondary index.
-
#status : IndexStatus | Nil
Represents the warm throughput status being created or updated on a global secondary index.
-
#status=(status : IndexStatus | Nil)
Represents the warm throughput status being created or updated on a global secondary index.
- #validate! : Nil
-
#write_units_per_second : Int64 | Nil
Represents warm throughput write units per second value for a global secondary index.
-
#write_units_per_second=(write_units_per_second : Int64 | Nil)
Represents warm throughput write units per second value for a global secondary index.
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
Represents warm throughput read units per second value for a global secondary index.
Represents warm throughput read units per second value for a global secondary index.
Represents the warm throughput status being created or updated on a global secondary index. The
status can only be UPDATING or ACTIVE.
Represents the warm throughput status being created or updated on a global secondary index. The
status can only be UPDATING or ACTIVE.
Represents warm throughput write units per second value for a global secondary index.
Represents warm throughput write units per second value for a global secondary index.