Class: Aws::Types::DescribeReservedNodeExchangeStatusInputMessage
- Inherits:
-
Object
- Object
- Aws::Types::DescribeReservedNodeExchangeStatusInputMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#marker ⇒ ::String
Returns the value of attribute marker.
-
#max_records ⇒ ::Integer
Returns the value of attribute max_records.
-
#reserved_node_exchange_request_id ⇒ ::String
Returns the value of attribute reserved_node_exchange_request_id.
-
#reserved_node_id ⇒ ::String
Returns the value of attribute reserved_node_id.
Instance Attribute Details
#marker ⇒ ::String
Returns the value of attribute marker.
1283 1284 1285 |
# File 'sig/types.rbs', line 1283 def marker @marker end |
#max_records ⇒ ::Integer
Returns the value of attribute max_records.
1282 1283 1284 |
# File 'sig/types.rbs', line 1282 def max_records @max_records end |
#reserved_node_exchange_request_id ⇒ ::String
Returns the value of attribute reserved_node_exchange_request_id.
1281 1282 1283 |
# File 'sig/types.rbs', line 1281 def reserved_node_exchange_request_id @reserved_node_exchange_request_id end |
#reserved_node_id ⇒ ::String
Returns the value of attribute reserved_node_id.
1280 1281 1282 |
# File 'sig/types.rbs', line 1280 def reserved_node_id @reserved_node_id end |