Class: Aws::Types::FlowNodeConfiguration

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

Defined Under Namespace

Classes: Agent, Collector, Condition, InlineCode, Input, Iterator, KnowledgeBase, LambdaFunction, Lex, Loop, LoopController, LoopInput, Output, Prompt, Retrieval, Storage, Unknown

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#agentTypes::AgentFlowNodeConfiguration

Returns the value of attribute agent.



1032
1033
1034
# File 'sig/types.rbs', line 1032

def agent
  @agent
end

#collectorTypes::CollectorFlowNodeConfiguration

Returns the value of attribute collector.



1035
1036
1037
# File 'sig/types.rbs', line 1035

def collector
  @collector
end

#conditionTypes::ConditionFlowNodeConfiguration

Returns the value of attribute condition.



1027
1028
1029
# File 'sig/types.rbs', line 1027

def condition
  @condition
end

#inline_codeTypes::InlineCodeFlowNodeConfiguration

Returns the value of attribute inline_code.



1036
1037
1038
# File 'sig/types.rbs', line 1036

def inline_code
  @inline_code
end

#inputTypes::InputFlowNodeConfiguration

Returns the value of attribute input.



1024
1025
1026
# File 'sig/types.rbs', line 1024

def input
  @input
end

#iteratorTypes::IteratorFlowNodeConfiguration

Returns the value of attribute iterator.



1034
1035
1036
# File 'sig/types.rbs', line 1034

def iterator
  @iterator
end

#knowledge_baseTypes::KnowledgeBaseFlowNodeConfiguration

Returns the value of attribute knowledge_base.



1026
1027
1028
# File 'sig/types.rbs', line 1026

def knowledge_base
  @knowledge_base
end

#lambda_functionTypes::LambdaFunctionFlowNodeConfiguration

Returns the value of attribute lambda_function.



1030
1031
1032
# File 'sig/types.rbs', line 1030

def lambda_function
  @lambda_function
end

#lexTypes::LexFlowNodeConfiguration

Returns the value of attribute lex.



1028
1029
1030
# File 'sig/types.rbs', line 1028

def lex
  @lex
end

#loopTypes::LoopFlowNodeConfiguration

Returns the value of attribute loop.



1037
1038
1039
# File 'sig/types.rbs', line 1037

def loop
  @loop
end

#loop_controllerTypes::LoopControllerFlowNodeConfiguration

Returns the value of attribute loop_controller.



1039
1040
1041
# File 'sig/types.rbs', line 1039

def loop_controller
  @loop_controller
end

#loop_inputTypes::LoopInputFlowNodeConfiguration

Returns the value of attribute loop_input.



1038
1039
1040
# File 'sig/types.rbs', line 1038

def loop_input
  @loop_input
end

#outputTypes::OutputFlowNodeConfiguration

Returns the value of attribute output.



1025
1026
1027
# File 'sig/types.rbs', line 1025

def output
  @output
end

#promptTypes::PromptFlowNodeConfiguration

Returns the value of attribute prompt.



1029
1030
1031
# File 'sig/types.rbs', line 1029

def prompt
  @prompt
end

#retrievalTypes::RetrievalFlowNodeConfiguration

Returns the value of attribute retrieval.



1033
1034
1035
# File 'sig/types.rbs', line 1033

def retrieval
  @retrieval
end

#storageTypes::StorageFlowNodeConfiguration

Returns the value of attribute storage.



1031
1032
1033
# File 'sig/types.rbs', line 1031

def storage
  @storage
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


1040
1041
1042
# File 'sig/types.rbs', line 1040

def unknown
  @unknown
end