Class: Aws::Types::EC2Capacity
- Inherits:
-
Object
- Object
- Aws::Types::EC2Capacity
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#family ⇒ ::String
Returns the value of attribute family.
-
#max_size ⇒ ::String
Returns the value of attribute max_size.
-
#quantity ⇒ ::String
Returns the value of attribute quantity.
Instance Attribute Details
#family ⇒ ::String
Returns the value of attribute family.
273 274 275 |
# File 'sig/types.rbs', line 273 def family @family end |
#max_size ⇒ ::String
Returns the value of attribute max_size.
274 275 276 |
# File 'sig/types.rbs', line 274 def max_size @max_size end |
#quantity ⇒ ::String
Returns the value of attribute quantity.
275 276 277 |
# File 'sig/types.rbs', line 275 def quantity @quantity end |