Class: Aws::Types::ReservedNode
- Inherits:
-
Object
- Object
- Aws::Types::ReservedNode
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#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.
-
#reservation_id ⇒ ::String
Returns the value of attribute reservation_id.
-
#reserved_nodes_offering_id ⇒ ::String
Returns the value of attribute reserved_nodes_offering_id.
-
#start_time ⇒ ::Time
Returns the value of attribute start_time.
-
#state ⇒ ::String
Returns the value of attribute state.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
835 836 837 |
# File 'sig/types.rbs', line 835 def arn @arn end |
#duration ⇒ ::Integer
Returns the value of attribute duration.
829 830 831 |
# File 'sig/types.rbs', line 829 def duration @duration end |
#fixed_price ⇒ ::Float
Returns the value of attribute fixed_price.
830 831 832 |
# File 'sig/types.rbs', line 830 def fixed_price @fixed_price end |
#node_count ⇒ ::Integer
Returns the value of attribute node_count.
831 832 833 |
# File 'sig/types.rbs', line 831 def node_count @node_count end |
#node_type ⇒ ::String
Returns the value of attribute node_type.
827 828 829 |
# File 'sig/types.rbs', line 827 def node_type @node_type end |
#offering_type ⇒ ::String
Returns the value of attribute offering_type.
832 833 834 |
# File 'sig/types.rbs', line 832 def offering_type @offering_type end |
#recurring_charges ⇒ ::Array[Types::RecurringCharge]
Returns the value of attribute recurring_charges.
834 835 836 |
# File 'sig/types.rbs', line 834 def recurring_charges @recurring_charges end |
#reservation_id ⇒ ::String
Returns the value of attribute reservation_id.
825 826 827 |
# File 'sig/types.rbs', line 825 def reservation_id @reservation_id end |
#reserved_nodes_offering_id ⇒ ::String
Returns the value of attribute reserved_nodes_offering_id.
826 827 828 |
# File 'sig/types.rbs', line 826 def reserved_nodes_offering_id @reserved_nodes_offering_id end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
828 829 830 |
# File 'sig/types.rbs', line 828 def start_time @start_time end |
#state ⇒ ::String
Returns the value of attribute state.
833 834 835 |
# File 'sig/types.rbs', line 833 def state @state end |