Class: Aws::Types::MalformedNodeInputExpressionFlowValidationDetails
- Inherits:
-
Object
- Object
- Aws::Types::MalformedNodeInputExpressionFlowValidationDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cause ⇒ ::String
Returns the value of attribute cause.
-
#input ⇒ ::String
Returns the value of attribute input.
-
#node ⇒ ::String
Returns the value of attribute node.
Instance Attribute Details
#cause ⇒ ::String
Returns the value of attribute cause.
1911 1912 1913 |
# File 'sig/types.rbs', line 1911 def cause @cause end |
#input ⇒ ::String
Returns the value of attribute input.
1910 1911 1912 |
# File 'sig/types.rbs', line 1910 def input @input end |
#node ⇒ ::String
Returns the value of attribute node.
1909 1910 1911 |
# File 'sig/types.rbs', line 1909 def node @node end |