Class: Aws::Types::FlowNode
- Inherits:
-
Object
- Object
- Aws::Types::FlowNode
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#configuration ⇒ Types::FlowNodeConfiguration
Returns the value of attribute configuration.
-
#inputs ⇒ ::Array[Types::FlowNodeInput]
Returns the value of attribute inputs.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#outputs ⇒ ::Array[Types::FlowNodeOutput]
Returns the value of attribute outputs.
-
#type ⇒ "Input", ...
Returns the value of attribute type.
Instance Attribute Details
#configuration ⇒ Types::FlowNodeConfiguration
Returns the value of attribute configuration.
1017 1018 1019 |
# File 'sig/types.rbs', line 1017 def configuration @configuration end |
#inputs ⇒ ::Array[Types::FlowNodeInput]
Returns the value of attribute inputs.
1018 1019 1020 |
# File 'sig/types.rbs', line 1018 def inputs @inputs end |
#name ⇒ ::String
Returns the value of attribute name.
1015 1016 1017 |
# File 'sig/types.rbs', line 1015 def name @name end |
#outputs ⇒ ::Array[Types::FlowNodeOutput]
Returns the value of attribute outputs.
1019 1020 1021 |
# File 'sig/types.rbs', line 1019 def outputs @outputs end |
#type ⇒ "Input", ...
Returns the value of attribute type.
1016 1017 1018 |
# File 'sig/types.rbs', line 1016 def type @type end |