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.
429 430 431 |
# File 'sig/types.rbs', line 429 def count @count end |
#instance_type ⇒ ::String
Returns the value of attribute instance_type.
428 429 430 |
# File 'sig/types.rbs', line 428 def instance_type @instance_type end |