Class: Aws::Types::DescribeReservedNodeExchangeStatusOutputMessage
- Inherits:
-
Object
- Object
- Aws::Types::DescribeReservedNodeExchangeStatusOutputMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#marker ⇒ ::String
Returns the value of attribute marker.
-
#reserved_node_exchange_status_details ⇒ ::Array[Types::ReservedNodeExchangeStatus]
Returns the value of attribute reserved_node_exchange_status_details.
Instance Attribute Details
#marker ⇒ ::String
Returns the value of attribute marker.
1289 1290 1291 |
# File 'sig/types.rbs', line 1289 def marker @marker end |
#reserved_node_exchange_status_details ⇒ ::Array[Types::ReservedNodeExchangeStatus]
Returns the value of attribute reserved_node_exchange_status_details.
1288 1289 1290 |
# File 'sig/types.rbs', line 1288 def reserved_node_exchange_status_details @reserved_node_exchange_status_details end |