Class: Aws::Types::PurchaseReservedNodeOfferingMessage
- Inherits:
-
Object
- Object
- Aws::Types::PurchaseReservedNodeOfferingMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#node_count ⇒ ::Integer
Returns the value of attribute node_count.
-
#reserved_node_offering_id ⇒ ::String
Returns the value of attribute reserved_node_offering_id.
Instance Attribute Details
#node_count ⇒ ::Integer
Returns the value of attribute node_count.
2326 2327 2328 |
# File 'sig/types.rbs', line 2326 def node_count @node_count end |
#reserved_node_offering_id ⇒ ::String
Returns the value of attribute reserved_node_offering_id.
2325 2326 2327 |
# File 'sig/types.rbs', line 2325 def reserved_node_offering_id @reserved_node_offering_id end |