Class: Aws::Types::InstanceCapacity
- Inherits:
-
Object
- Object
- Aws::Types::InstanceCapacity
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#available_capacity ⇒ ::Integer
Returns the value of attribute available_capacity.
-
#instance_type ⇒ ::String
Returns the value of attribute instance_type.
-
#total_capacity ⇒ ::Integer
Returns the value of attribute total_capacity.
Instance Attribute Details
#available_capacity ⇒ ::Integer
Returns the value of attribute available_capacity.
11841 11842 11843 |
# File 'sig/types.rbs', line 11841 def available_capacity @available_capacity end |
#instance_type ⇒ ::String
Returns the value of attribute instance_type.
11842 11843 11844 |
# File 'sig/types.rbs', line 11842 def instance_type @instance_type end |
#total_capacity ⇒ ::Integer
Returns the value of attribute total_capacity.
11843 11844 11845 |
# File 'sig/types.rbs', line 11843 def total_capacity @total_capacity end |