Class: Aws::Types::GetReservedNodeExchangeConfigurationOptionsOutputMessage
- Inherits:
-
Object
- Object
- Aws::Types::GetReservedNodeExchangeConfigurationOptionsOutputMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#marker ⇒ ::String
Returns the value of attribute marker.
-
#reserved_node_configuration_option_list ⇒ ::Array[Types::ReservedNodeConfigurationOption]
Returns the value of attribute reserved_node_configuration_option_list.
Instance Attribute Details
#marker ⇒ ::String
Returns the value of attribute marker.
1620 1621 1622 |
# File 'sig/types.rbs', line 1620 def marker @marker end |
#reserved_node_configuration_option_list ⇒ ::Array[Types::ReservedNodeConfigurationOption]
Returns the value of attribute reserved_node_configuration_option_list.
1621 1622 1623 |
# File 'sig/types.rbs', line 1621 def reserved_node_configuration_option_list @reserved_node_configuration_option_list end |