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.
261 262 263 |
# File 'sig/types.rbs', line 261 def family @family end |
#max_size ⇒ ::String
Returns the value of attribute max_size.
262 263 264 |
# File 'sig/types.rbs', line 262 def max_size @max_size end |
#quantity ⇒ ::String
Returns the value of attribute quantity.
263 264 265 |
# File 'sig/types.rbs', line 263 def quantity @quantity end |