Class: Aws::Types::FlowDefinition

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#connections::Array[Types::FlowConnection]

Returns the value of attribute connections.

Returns:



1010
1011
1012
# File 'sig/types.rbs', line 1010

def connections
  @connections
end

#nodes::Array[Types::FlowNode]

Returns the value of attribute nodes.

Returns:



1009
1010
1011
# File 'sig/types.rbs', line 1009

def nodes
  @nodes
end