Class: Aws::Types::InstanceTypeCapacity
- Inherits:
-
Object
- Object
- Aws::Types::InstanceTypeCapacity
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#count ⇒ ::Integer
Returns the value of attribute count.
-
#instance_type ⇒ ::String
Returns the value of attribute instance_type.
Instance Attribute Details
#count ⇒ ::Integer
Returns the value of attribute count.
451 452 453 |
# File 'sig/types.rbs', line 451 def count @count end |
#instance_type ⇒ ::String
Returns the value of attribute instance_type.
450 451 452 |
# File 'sig/types.rbs', line 450 def instance_type @instance_type end |