Class: Aws::Types::PurchaseReservedNodesOfferingRequest
- Inherits:
-
Object
- Object
- Aws::Types::PurchaseReservedNodesOfferingRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#node_count ⇒ ::Integer
Returns the value of attribute node_count.
-
#reservation_id ⇒ ::String
Returns the value of attribute reservation_id.
-
#reserved_nodes_offering_id ⇒ ::String
Returns the value of attribute reserved_nodes_offering_id.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#node_count ⇒ ::Integer
Returns the value of attribute node_count.
795 796 797 |
# File 'sig/types.rbs', line 795 def node_count @node_count end |
#reservation_id ⇒ ::String
Returns the value of attribute reservation_id.
794 795 796 |
# File 'sig/types.rbs', line 794 def reservation_id @reservation_id end |
#reserved_nodes_offering_id ⇒ ::String
Returns the value of attribute reserved_nodes_offering_id.
793 794 795 |
# File 'sig/types.rbs', line 793 def reserved_nodes_offering_id @reserved_nodes_offering_id end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
796 797 798 |
# File 'sig/types.rbs', line 796 def @tags end |