Class: Aws::Types::MissingNodeOutputFlowValidationDetails
- Inherits:
-
Object
- Object
- Aws::Types::MissingNodeOutputFlowValidationDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#node ⇒ ::String
Returns the value of attribute node.
-
#output ⇒ ::String
Returns the value of attribute output.
Instance Attribute Details
#node ⇒ ::String
Returns the value of attribute node.
2022 2023 2024 |
# File 'sig/types.rbs', line 2022 def node @node end |
#output ⇒ ::String
Returns the value of attribute output.
2023 2024 2025 |
# File 'sig/types.rbs', line 2023 def output @output end |