Class: Aws::Types::AssetInstanceTypeCapacity
- Inherits:
-
Object
- Object
- Aws::Types::AssetInstanceTypeCapacity
- 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.
51 52 53 |
# File 'sig/types.rbs', line 51 def count @count end |
#instance_type ⇒ ::String
Returns the value of attribute instance_type.
50 51 52 |
# File 'sig/types.rbs', line 50 def instance_type @instance_type end |