Class: Aws::Types::NodeInterface

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#inputs ⇒ ::Array[Types::NodeInputPort]

Returns the value of attribute inputs.

Returns:



631
632
633
# File 'sig/types.rbs', line 631

def inputs
  @inputs
end

#outputs ⇒ ::Array[Types::NodeOutputPort]

Returns the value of attribute outputs.

Returns:



632
633
634
# File 'sig/types.rbs', line 632

def outputs
  @outputs
end