Class: Aws::Types::NodeInterface
- Inherits:
-
Object
- Object
- Aws::Types::NodeInterface
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#inputs ⇒ ::Array[Types::NodeInputPort]
Returns the value of attribute inputs.
-
#outputs ⇒ ::Array[Types::NodeOutputPort]
Returns the value of attribute outputs.
Instance Attribute Details
#inputs ⇒ ::Array[Types::NodeInputPort]
Returns the value of attribute inputs.
631 632 633 |
# File 'sig/types.rbs', line 631 def inputs @inputs end |
#outputs ⇒ ::Array[Types::NodeOutputPort]
Returns the value of attribute outputs.
632 633 634 |
# File 'sig/types.rbs', line 632 def outputs @outputs end |