Class: Aws::Types::ReservedInstanceOffering
- Inherits:
-
Object
- Object
- Aws::Types::ReservedInstanceOffering
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#currency_code ⇒ ::String
Returns the value of attribute currency_code.
-
#duration ⇒ ::Integer
Returns the value of attribute duration.
-
#fixed_price ⇒ ::Float
Returns the value of attribute fixed_price.
-
#instance_type ⇒ "m3.medium.search", ...
Returns the value of attribute instance_type.
-
#payment_option ⇒ "ALL_UPFRONT", ...
Returns the value of attribute payment_option.
-
#recurring_charges ⇒ ::Array[Types::RecurringCharge]
Returns the value of attribute recurring_charges.
-
#reserved_instance_offering_id ⇒ ::String
Returns the value of attribute reserved_instance_offering_id.
-
#usage_price ⇒ ::Float
Returns the value of attribute usage_price.
Instance Attribute Details
#currency_code ⇒ ::String
Returns the value of attribute currency_code.
2117 2118 2119 |
# File 'sig/types.rbs', line 2117 def currency_code @currency_code end |
#duration ⇒ ::Integer
Returns the value of attribute duration.
2114 2115 2116 |
# File 'sig/types.rbs', line 2114 def duration @duration end |
#fixed_price ⇒ ::Float
Returns the value of attribute fixed_price.
2115 2116 2117 |
# File 'sig/types.rbs', line 2115 def fixed_price @fixed_price end |
#instance_type ⇒ "m3.medium.search", ...
Returns the value of attribute instance_type.
2113 2114 2115 |
# File 'sig/types.rbs', line 2113 def instance_type @instance_type end |
#payment_option ⇒ "ALL_UPFRONT", ...
Returns the value of attribute payment_option.
2118 2119 2120 |
# File 'sig/types.rbs', line 2118 def payment_option @payment_option end |
#recurring_charges ⇒ ::Array[Types::RecurringCharge]
Returns the value of attribute recurring_charges.
2119 2120 2121 |
# File 'sig/types.rbs', line 2119 def recurring_charges @recurring_charges end |
#reserved_instance_offering_id ⇒ ::String
Returns the value of attribute reserved_instance_offering_id.
2112 2113 2114 |
# File 'sig/types.rbs', line 2112 def reserved_instance_offering_id @reserved_instance_offering_id end |
#usage_price ⇒ ::Float
Returns the value of attribute usage_price.
2116 2117 2118 |
# File 'sig/types.rbs', line 2116 def usage_price @usage_price end |