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.
2230 2231 2232 |
# File 'sig/types.rbs', line 2230 def marker @marker end |
#node_configuration_option_list ⇒ ::Array[Types::NodeConfigurationOption]
Returns the value of attribute node_configuration_option_list.
2229 2230 2231 |
# File 'sig/types.rbs', line 2229 def node_configuration_option_list @node_configuration_option_list end |