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.
1615 1616 1617 |
# File 'sig/types.rbs', line 1615 def marker @marker end |
#reserved_node_configuration_option_list ⇒ ::Array[Types::ReservedNodeConfigurationOption]
Returns the value of attribute reserved_node_configuration_option_list.
1616 1617 1618 |
# File 'sig/types.rbs', line 1616 def reserved_node_configuration_option_list @reserved_node_configuration_option_list end |