Class: Aws::Types::LoopIncompatibleNodeTypeFlowValidationDetails

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#incompatible_node_name::String

Returns the value of attribute incompatible_node_name.

Returns:

  • (::String)


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.

Returns:

  • ("Input", "Condition", "Iterator", "Collector")


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.

Returns:

  • (::String)


1892
1893
1894
# File 'sig/types.rbs', line 1892

def node
  @node
end