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.
2536 2537 2538 |
# File 'sig/types.rbs', line 2536 def marker @marker end |
#reserved_node_offerings ⇒ ::Array[Types::ReservedNodeOffering]
Returns the value of attribute reserved_node_offerings.
2537 2538 2539 |
# File 'sig/types.rbs', line 2537 def reserved_node_offerings @reserved_node_offerings end |