Class: Aws::Types::ComputeLimits
- Inherits:
-
Object
- Object
- Aws::Types::ComputeLimits
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#maximum_capacity_units ⇒ ::Integer
Returns the value of attribute maximum_capacity_units.
-
#maximum_core_capacity_units ⇒ ::Integer
Returns the value of attribute maximum_core_capacity_units.
-
#maximum_on_demand_capacity_units ⇒ ::Integer
Returns the value of attribute maximum_on_demand_capacity_units.
-
#minimum_capacity_units ⇒ ::Integer
Returns the value of attribute minimum_capacity_units.
-
#unit_type ⇒ "InstanceFleetUnits", ...
Returns the value of attribute unit_type.
Instance Attribute Details
#maximum_capacity_units ⇒ ::Integer
Returns the value of attribute maximum_capacity_units.
243 244 245 |
# File 'sig/types.rbs', line 243 def maximum_capacity_units @maximum_capacity_units end |
#maximum_core_capacity_units ⇒ ::Integer
Returns the value of attribute maximum_core_capacity_units.
245 246 247 |
# File 'sig/types.rbs', line 245 def maximum_core_capacity_units @maximum_core_capacity_units end |
#maximum_on_demand_capacity_units ⇒ ::Integer
Returns the value of attribute maximum_on_demand_capacity_units.
244 245 246 |
# File 'sig/types.rbs', line 244 def maximum_on_demand_capacity_units @maximum_on_demand_capacity_units end |
#minimum_capacity_units ⇒ ::Integer
Returns the value of attribute minimum_capacity_units.
242 243 244 |
# File 'sig/types.rbs', line 242 def minimum_capacity_units @minimum_capacity_units end |
#unit_type ⇒ "InstanceFleetUnits", ...
Returns the value of attribute unit_type.
241 242 243 |
# File 'sig/types.rbs', line 241 def unit_type @unit_type end |