Class: Aws::Types::MalformedConditionExpressionFlowValidationDetails
- Inherits:
-
Object
- Object
- Aws::Types::MalformedConditionExpressionFlowValidationDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cause ⇒ ::String
Returns the value of attribute cause.
-
#condition ⇒ ::String
Returns the value of attribute condition.
-
#node ⇒ ::String
Returns the value of attribute node.
Instance Attribute Details
#cause ⇒ ::String
Returns the value of attribute cause.
1904 1905 1906 |
# File 'sig/types.rbs', line 1904 def cause @cause end |
#condition ⇒ ::String
Returns the value of attribute condition.
1903 1904 1905 |
# File 'sig/types.rbs', line 1903 def condition @condition end |
#node ⇒ ::String
Returns the value of attribute node.
1902 1903 1904 |
# File 'sig/types.rbs', line 1902 def node @node end |