Class: Aws::Types::ReservedNodesOffering
- Inherits:
-
Object
- Object
- Aws::Types::ReservedNodesOffering
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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_nodes_offering_id ⇒ ::String
Returns the value of attribute reserved_nodes_offering_id.
Instance Attribute Details
#duration ⇒ ::Integer
Returns the value of attribute duration.
851 852 853 |
# File 'sig/types.rbs', line 851 def duration @duration end |
#fixed_price ⇒ ::Float
Returns the value of attribute fixed_price.
852 853 854 |
# File 'sig/types.rbs', line 852 def fixed_price @fixed_price end |
#node_type ⇒ ::String
Returns the value of attribute node_type.
850 851 852 |
# File 'sig/types.rbs', line 850 def node_type @node_type end |
#offering_type ⇒ ::String
Returns the value of attribute offering_type.
853 854 855 |
# File 'sig/types.rbs', line 853 def offering_type @offering_type end |
#recurring_charges ⇒ ::Array[Types::RecurringCharge]
Returns the value of attribute recurring_charges.
854 855 856 |
# File 'sig/types.rbs', line 854 def recurring_charges @recurring_charges end |
#reserved_nodes_offering_id ⇒ ::String
Returns the value of attribute reserved_nodes_offering_id.
849 850 851 |
# File 'sig/types.rbs', line 849 def reserved_nodes_offering_id @reserved_nodes_offering_id end |