Class: Aws::Types::MalformedNodeInputExpressionFlowValidationDetails

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cause::String

Returns the value of attribute cause.

Returns:

  • (::String)


1911
1912
1913
# File 'sig/types.rbs', line 1911

def cause
  @cause
end

#input::String

Returns the value of attribute input.

Returns:

  • (::String)


1910
1911
1912
# File 'sig/types.rbs', line 1910

def input
  @input
end

#node::String

Returns the value of attribute node.

Returns:

  • (::String)


1909
1910
1911
# File 'sig/types.rbs', line 1909

def node
  @node
end