Class: Aws::Types::UnfulfilledNodeInputFlowValidationDetails
- Inherits:
-
Object
- Object
- Aws::Types::UnfulfilledNodeInputFlowValidationDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#input ⇒ ::String
Returns the value of attribute input.
-
#node ⇒ ::String
Returns the value of attribute node.
Instance Attribute Details
#input ⇒ ::String
Returns the value of attribute input.
2811 2812 2813 |
# File 'sig/types.rbs', line 2811 def input @input end |
#node ⇒ ::String
Returns the value of attribute node.
2810 2811 2812 |
# File 'sig/types.rbs', line 2810 def node @node end |