Class: Aws::Types::GetReservedNodeExchangeOfferingsInputMessage
- Inherits:
-
Object
- Object
- Aws::Types::GetReservedNodeExchangeOfferingsInputMessage
- 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_id ⇒ ::String
Returns the value of attribute reserved_node_id.
Instance Attribute Details
#marker ⇒ ::String
Returns the value of attribute marker.
1623 1624 1625 |
# File 'sig/types.rbs', line 1623 def marker @marker end |
#max_records ⇒ ::Integer
Returns the value of attribute max_records.
1622 1623 1624 |
# File 'sig/types.rbs', line 1622 def max_records @max_records end |
#reserved_node_id ⇒ ::String
Returns the value of attribute reserved_node_id.
1621 1622 1623 |
# File 'sig/types.rbs', line 1621 def reserved_node_id @reserved_node_id end |