Class: Aws::Types::CapacityUnitsConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::CapacityUnitsConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#query_capacity_units ⇒ ::Integer
Returns the value of attribute query_capacity_units.
-
#storage_capacity_units ⇒ ::Integer
Returns the value of attribute storage_capacity_units.
Instance Attribute Details
#query_capacity_units ⇒ ::Integer
Returns the value of attribute query_capacity_units.
228 229 230 |
# File 'sig/types.rbs', line 228 def query_capacity_units @query_capacity_units end |
#storage_capacity_units ⇒ ::Integer
Returns the value of attribute storage_capacity_units.
227 228 229 |
# File 'sig/types.rbs', line 227 def storage_capacity_units @storage_capacity_units end |