Class: Aws::Types::QuoteCapacity
- Inherits:
-
Object
- Object
- Aws::Types::QuoteCapacity
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#quantity ⇒ ::Float
Returns the value of attribute quantity.
-
#quote_capacity_type ⇒ "EC2", ...
Returns the value of attribute quote_capacity_type.
-
#unit ⇒ ::String
Returns the value of attribute unit.
Instance Attribute Details
#quantity ⇒ ::Float
Returns the value of attribute quantity.
712 713 714 |
# File 'sig/types.rbs', line 712 def quantity @quantity end |
#quote_capacity_type ⇒ "EC2", ...
Returns the value of attribute quote_capacity_type.
710 711 712 |
# File 'sig/types.rbs', line 710 def quote_capacity_type @quote_capacity_type end |
#unit ⇒ ::String
Returns the value of attribute unit.
711 712 713 |
# File 'sig/types.rbs', line 711 def unit @unit end |