Class: Aws::Types::FlowNode

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#configurationTypes::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.

Returns:



1018
1019
1020
# File 'sig/types.rbs', line 1018

def inputs
  @inputs
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1015
1016
1017
# File 'sig/types.rbs', line 1015

def name
  @name
end

#outputs::Array[Types::FlowNodeOutput]

Returns the value of attribute outputs.

Returns:



1019
1020
1021
# File 'sig/types.rbs', line 1019

def outputs
  @outputs
end

#type"Input", ...

Returns the value of attribute type.

Returns:

  • ("Input", "Output", "KnowledgeBase", "Condition", "Lex", "Prompt", "LambdaFunction", "Storage", "Agent", "Retrieval", "Iterator", "Collector", "InlineCode", "Loop", "LoopInput", "LoopController")


1016
1017
1018
# File 'sig/types.rbs', line 1016

def type
  @type
end