Class: Aws::Types::GetReservedNodeExchangeOfferingsOutputMessage
- Inherits:
-
Object
- Object
- Aws::Types::GetReservedNodeExchangeOfferingsOutputMessage
- 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.
1628 1629 1630 |
# File 'sig/types.rbs', line 1628 def marker @marker end |
#reserved_node_offerings ⇒ ::Array[Types::ReservedNodeOffering]
Returns the value of attribute reserved_node_offerings.
1629 1630 1631 |
# File 'sig/types.rbs', line 1629 def reserved_node_offerings @reserved_node_offerings end |