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