Class: Aws::Types::MismatchedNodeInputTypeFlowValidationDetails

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#expected_type"String", ...

Returns the value of attribute expected_type.

Returns:

  • ("String", "Number", "Boolean", "Object", "Array")


1976
1977
1978
# File 'sig/types.rbs', line 1976

def expected_type
  @expected_type
end

#input::String

Returns the value of attribute input.

Returns:

  • (::String)


1975
1976
1977
# File 'sig/types.rbs', line 1975

def input
  @input
end

#node::String

Returns the value of attribute node.

Returns:

  • (::String)


1974
1975
1976
# File 'sig/types.rbs', line 1974

def node
  @node
end