Class: Aws::Types::MismatchedNodeInputTypeFlowValidationDetails
- Inherits:
-
Object
- Object
- Aws::Types::MismatchedNodeInputTypeFlowValidationDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#expected_type ⇒ "String", ...
Returns the value of attribute expected_type.
-
#input ⇒ ::String
Returns the value of attribute input.
-
#node ⇒ ::String
Returns the value of attribute node.
Instance Attribute Details
#expected_type ⇒ "String", ...
Returns the value of attribute expected_type.
1976 1977 1978 |
# File 'sig/types.rbs', line 1976 def expected_type @expected_type end |
#input ⇒ ::String
Returns the value of attribute input.
1975 1976 1977 |
# File 'sig/types.rbs', line 1975 def input @input end |
#node ⇒ ::String
Returns the value of attribute node.
1974 1975 1976 |
# File 'sig/types.rbs', line 1974 def node @node end |