Class: Aws::Types::ReservedNodeOfferingsMessage
- Inherits:
-
Object
- Object
- Aws::Types::ReservedNodeOfferingsMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#marker ⇒ ::String
Returns the value of attribute marker.
-
#reserved_node_offerings ⇒ ::Array[Types::ReservedNodeOffering]
Returns the value of attribute reserved_node_offerings.
Instance Attribute Details
#marker ⇒ ::String
Returns the value of attribute marker.
2547 2548 2549 |
# File 'sig/types.rbs', line 2547 def marker @marker end |
#reserved_node_offerings ⇒ ::Array[Types::ReservedNodeOffering]
Returns the value of attribute reserved_node_offerings.
2548 2549 2550 |
# File 'sig/types.rbs', line 2548 def reserved_node_offerings @reserved_node_offerings end |