Class: Aws::Types::ReservedInstanceOptions
- Inherits:
-
Object
- Object
- Aws::Types::ReservedInstanceOptions
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#offering_class ⇒ "STANDARD", "CONVERTIBLE"
Returns the value of attribute offering_class.
-
#purchasing_option ⇒ "ALL_UPFRONT", ...
Returns the value of attribute purchasing_option.
-
#term_length ⇒ "ONE_YEAR", "THREE_YEAR"
Returns the value of attribute term_length.
Instance Attribute Details
#offering_class ⇒ "STANDARD", "CONVERTIBLE"
Returns the value of attribute offering_class.
502 503 504 |
# File 'sig/types.rbs', line 502 def offering_class @offering_class end |
#purchasing_option ⇒ "ALL_UPFRONT", ...
Returns the value of attribute purchasing_option.
501 502 503 |
# File 'sig/types.rbs', line 501 def purchasing_option @purchasing_option end |
#term_length ⇒ "ONE_YEAR", "THREE_YEAR"
Returns the value of attribute term_length.
503 504 505 |
# File 'sig/types.rbs', line 503 def term_length @term_length end |