class
Amazonite::DynamoDB::DescribeLimitsOutput
- Amazonite::DynamoDB::DescribeLimitsOutput
- Reference
- Object
Overview
Represents the output of a DescribeLimits operation.
Included Modules
- JSON::Serializable
Defined in:
dynamodb/describe_limits_output.crConstructors
- .new(pull : JSON::PullParser)
- .new(account_max_read_capacity_units : Int64 | Nil = nil, account_max_write_capacity_units : Int64 | Nil = nil, table_max_read_capacity_units : Int64 | Nil = nil, table_max_write_capacity_units : Int64 | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#account_max_read_capacity_units : Int64 | Nil
The maximum total read capacity units that your account allows you to provision across all of your tables in this Region.
-
#account_max_read_capacity_units=(account_max_read_capacity_units : Int64 | Nil)
The maximum total read capacity units that your account allows you to provision across all of your tables in this Region.
-
#account_max_write_capacity_units : Int64 | Nil
The maximum total write capacity units that your account allows you to provision across all of your tables in this Region.
-
#account_max_write_capacity_units=(account_max_write_capacity_units : Int64 | Nil)
The maximum total write capacity units that your account allows you to provision across all of your tables in this Region.
-
#hash(hasher)
See
Object#hash(hasher) -
#table_max_read_capacity_units : Int64 | Nil
The maximum read capacity units that your account allows you to provision for a new table that you are creating in this Region, including the read capacity units provisioned for its global secondary indexes (GSIs).
-
#table_max_read_capacity_units=(table_max_read_capacity_units : Int64 | Nil)
The maximum read capacity units that your account allows you to provision for a new table that you are creating in this Region, including the read capacity units provisioned for its global secondary indexes (GSIs).
-
#table_max_write_capacity_units : Int64 | Nil
The maximum write capacity units that your account allows you to provision for a new table that you are creating in this Region, including the write capacity units provisioned for its global secondary indexes (GSIs).
-
#table_max_write_capacity_units=(table_max_write_capacity_units : Int64 | Nil)
The maximum write capacity units that your account allows you to provision for a new table that you are creating in this Region, including the write capacity units provisioned for its global secondary indexes (GSIs).
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
The maximum total read capacity units that your account allows you to provision across all of your tables in this Region.
The maximum total read capacity units that your account allows you to provision across all of your tables in this Region.
The maximum total write capacity units that your account allows you to provision across all of your tables in this Region.
The maximum total write capacity units that your account allows you to provision across all of your tables in this Region.
The maximum read capacity units that your account allows you to provision for a new table that you are creating in this Region, including the read capacity units provisioned for its global secondary indexes (GSIs).
The maximum read capacity units that your account allows you to provision for a new table that you are creating in this Region, including the read capacity units provisioned for its global secondary indexes (GSIs).
The maximum write capacity units that your account allows you to provision for a new table that you are creating in this Region, including the write capacity units provisioned for its global secondary indexes (GSIs).
The maximum write capacity units that your account allows you to provision for a new table that you are creating in this Region, including the write capacity units provisioned for its global secondary indexes (GSIs).