Class: Aws::Types::LoopIncompatibleNodeTypeFlowValidationDetails
- Inherits:
-
Object
- Object
- Aws::Types::LoopIncompatibleNodeTypeFlowValidationDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#incompatible_node_name ⇒ ::String
Returns the value of attribute incompatible_node_name.
-
#incompatible_node_type ⇒ "Input", ...
Returns the value of attribute incompatible_node_type.
-
#node ⇒ ::String
Returns the value of attribute node.
Instance Attribute Details
#incompatible_node_name ⇒ ::String
Returns the value of attribute incompatible_node_name.
1894 1895 1896 |
# File 'sig/types.rbs', line 1894 def incompatible_node_name @incompatible_node_name end |
#incompatible_node_type ⇒ "Input", ...
Returns the value of attribute incompatible_node_type.
1893 1894 1895 |
# File 'sig/types.rbs', line 1893 def incompatible_node_type @incompatible_node_type end |
#node ⇒ ::String
Returns the value of attribute node.
1892 1893 1894 |
# File 'sig/types.rbs', line 1892 def node @node end |