Class: Aws::Types::ReservedNode
- Inherits:
-
Object
- Object
- Aws::Types::ReservedNode
- 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_count ⇒ ::Integer
Returns the value of attribute node_count.
-
#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_id ⇒ ::String
Returns the value of attribute reserved_node_id.
-
#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.
-
#start_time ⇒ ::Time
Returns the value of attribute start_time.
-
#state ⇒ ::String
Returns the value of attribute state.
-
#usage_price ⇒ ::Float
Returns the value of attribute usage_price.
Instance Attribute Details
#currency_code ⇒ ::String
Returns the value of attribute currency_code.
2478 2479 2480 |
# File 'sig/types.rbs', line 2478 def currency_code @currency_code end |
#duration ⇒ ::Integer
Returns the value of attribute duration.
2475 2476 2477 |
# File 'sig/types.rbs', line 2475 def duration @duration end |
#fixed_price ⇒ ::Float
Returns the value of attribute fixed_price.
2476 2477 2478 |
# File 'sig/types.rbs', line 2476 def fixed_price @fixed_price end |
#node_count ⇒ ::Integer
Returns the value of attribute node_count.
2479 2480 2481 |
# File 'sig/types.rbs', line 2479 def node_count @node_count end |
#node_type ⇒ ::String
Returns the value of attribute node_type.
2473 2474 2475 |
# File 'sig/types.rbs', line 2473 def node_type @node_type end |
#offering_type ⇒ ::String
Returns the value of attribute offering_type.
2481 2482 2483 |
# File 'sig/types.rbs', line 2481 def offering_type @offering_type end |
#recurring_charges ⇒ ::Array[Types::RecurringCharge]
Returns the value of attribute recurring_charges.
2482 2483 2484 |
# File 'sig/types.rbs', line 2482 def recurring_charges @recurring_charges end |
#reserved_node_id ⇒ ::String
Returns the value of attribute reserved_node_id.
2471 2472 2473 |
# File 'sig/types.rbs', line 2471 def reserved_node_id @reserved_node_id end |
#reserved_node_offering_id ⇒ ::String
Returns the value of attribute reserved_node_offering_id.
2472 2473 2474 |
# File 'sig/types.rbs', line 2472 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.
2483 2484 2485 |
# File 'sig/types.rbs', line 2483 def reserved_node_offering_type @reserved_node_offering_type end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
2474 2475 2476 |
# File 'sig/types.rbs', line 2474 def start_time @start_time end |
#state ⇒ ::String
Returns the value of attribute state.
2480 2481 2482 |
# File 'sig/types.rbs', line 2480 def state @state end |
#usage_price ⇒ ::Float
Returns the value of attribute usage_price.
2477 2478 2479 |
# File 'sig/types.rbs', line 2477 def usage_price @usage_price end |