Class: Aws::Types::ReservedNodeOffering
- Inherits:
-
Object
- Object
- Aws::Types::ReservedNodeOffering
- 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.
-
#node_type ⇒ ::String
Returns the value of attribute node_type.
-
#offering_type ⇒ ::String
Returns the value of attribute offering_type.
-
#recurring_charges ⇒ ::Array[Types::RecurringCharge]
Returns the value of attribute recurring_charges.
-
#reserved_node_offering_id ⇒ ::String
Returns the value of attribute reserved_node_offering_id.
-
#reserved_node_offering_type ⇒ "Regular", "Upgradable"
Returns the value of attribute reserved_node_offering_type.
-
#usage_price ⇒ ::Float
Returns the value of attribute usage_price.
Instance Attribute Details
#currency_code ⇒ ::String
Returns the value of attribute currency_code.
2525 2526 2527 |
# File 'sig/types.rbs', line 2525 def currency_code @currency_code end |
#duration ⇒ ::Integer
Returns the value of attribute duration.
2522 2523 2524 |
# File 'sig/types.rbs', line 2522 def duration @duration end |
#fixed_price ⇒ ::Float
Returns the value of attribute fixed_price.
2523 2524 2525 |
# File 'sig/types.rbs', line 2523 def fixed_price @fixed_price end |
#node_type ⇒ ::String
Returns the value of attribute node_type.
2521 2522 2523 |
# File 'sig/types.rbs', line 2521 def node_type @node_type end |
#offering_type ⇒ ::String
Returns the value of attribute offering_type.
2526 2527 2528 |
# File 'sig/types.rbs', line 2526 def offering_type @offering_type end |
#recurring_charges ⇒ ::Array[Types::RecurringCharge]
Returns the value of attribute recurring_charges.
2527 2528 2529 |
# File 'sig/types.rbs', line 2527 def recurring_charges @recurring_charges end |
#reserved_node_offering_id ⇒ ::String
Returns the value of attribute reserved_node_offering_id.
2520 2521 2522 |
# File 'sig/types.rbs', line 2520 def reserved_node_offering_id @reserved_node_offering_id end |
#reserved_node_offering_type ⇒ "Regular", "Upgradable"
Returns the value of attribute reserved_node_offering_type.
2528 2529 2530 |
# File 'sig/types.rbs', line 2528 def reserved_node_offering_type @reserved_node_offering_type end |
#usage_price ⇒ ::Float
Returns the value of attribute usage_price.
2524 2525 2526 |
# File 'sig/types.rbs', line 2524 def usage_price @usage_price end |