Class: Aws::Types::DescribeLimitsOutput
- Inherits:
-
Object
- Object
- Aws::Types::DescribeLimitsOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_max_read_capacity_units ⇒ ::Integer
Returns the value of attribute account_max_read_capacity_units.
-
#account_max_write_capacity_units ⇒ ::Integer
Returns the value of attribute account_max_write_capacity_units.
-
#table_max_read_capacity_units ⇒ ::Integer
Returns the value of attribute table_max_read_capacity_units.
-
#table_max_write_capacity_units ⇒ ::Integer
Returns the value of attribute table_max_write_capacity_units.
Instance Attribute Details
#account_max_read_capacity_units ⇒ ::Integer
Returns the value of attribute account_max_read_capacity_units.
555 556 557 |
# File 'sig/types.rbs', line 555 def account_max_read_capacity_units @account_max_read_capacity_units end |
#account_max_write_capacity_units ⇒ ::Integer
Returns the value of attribute account_max_write_capacity_units.
556 557 558 |
# File 'sig/types.rbs', line 556 def account_max_write_capacity_units @account_max_write_capacity_units end |
#table_max_read_capacity_units ⇒ ::Integer
Returns the value of attribute table_max_read_capacity_units.
557 558 559 |
# File 'sig/types.rbs', line 557 def table_max_read_capacity_units @table_max_read_capacity_units end |
#table_max_write_capacity_units ⇒ ::Integer
Returns the value of attribute table_max_write_capacity_units.
558 559 560 |
# File 'sig/types.rbs', line 558 def table_max_write_capacity_units @table_max_write_capacity_units end |