Class: Aws::Types::MismatchedNodeOutputTypeFlowValidationDetails
- Inherits:
-
Object
- Object
- Aws::Types::MismatchedNodeOutputTypeFlowValidationDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#expected_type ⇒ "String", ...
Returns the value of attribute expected_type.
-
#node ⇒ ::String
Returns the value of attribute node.
-
#output ⇒ ::String
Returns the value of attribute output.
Instance Attribute Details
#expected_type ⇒ "String", ...
Returns the value of attribute expected_type.
1983 1984 1985 |
# File 'sig/types.rbs', line 1983 def expected_type @expected_type end |
#node ⇒ ::String
Returns the value of attribute node.
1981 1982 1983 |
# File 'sig/types.rbs', line 1981 def node @node end |
#output ⇒ ::String
Returns the value of attribute output.
1982 1983 1984 |
# File 'sig/types.rbs', line 1982 def output @output end |