Class: Aws::Types::MalformedConditionExpressionFlowValidationDetails

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)


1904
1905
1906
# File 'sig/types.rbs', line 1904

def cause
  @cause
end

#condition::String

Returns the value of attribute condition.

Returns:

  • (::String)


1903
1904
1905
# File 'sig/types.rbs', line 1903

def condition
  @condition
end

#node::String

Returns the value of attribute node.

Returns:

  • (::String)


1902
1903
1904
# File 'sig/types.rbs', line 1902

def node
  @node
end