Class: Aws::Types::NodeConfigurationOptionsMessage
- Inherits:
-
Object
- Object
- Aws::Types::NodeConfigurationOptionsMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#marker ⇒ ::String
Returns the value of attribute marker.
-
#node_configuration_option_list ⇒ ::Array[Types::NodeConfigurationOption]
Returns the value of attribute node_configuration_option_list.
Instance Attribute Details
#marker ⇒ ::String
Returns the value of attribute marker.
2241 2242 2243 |
# File 'sig/types.rbs', line 2241 def marker @marker end |
#node_configuration_option_list ⇒ ::Array[Types::NodeConfigurationOption]
Returns the value of attribute node_configuration_option_list.
2240 2241 2242 |
# File 'sig/types.rbs', line 2240 def node_configuration_option_list @node_configuration_option_list end |