Class: Aws::Types::InvocationInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#action_group_invocation_inputTypes::ActionGroupInvocationInput

Returns the value of attribute action_group_invocation_input.



1416
1417
1418
# File 'sig/types.rbs', line 1416

def action_group_invocation_input
  @action_group_invocation_input
end

#agent_collaborator_invocation_inputTypes::AgentCollaboratorInvocationInput

Returns the value of attribute agent_collaborator_invocation_input.



1417
1418
1419
# File 'sig/types.rbs', line 1417

def agent_collaborator_invocation_input
  @agent_collaborator_invocation_input
end

#code_interpreter_invocation_inputTypes::CodeInterpreterInvocationInput

Returns the value of attribute code_interpreter_invocation_input.



1418
1419
1420
# File 'sig/types.rbs', line 1418

def code_interpreter_invocation_input
  @code_interpreter_invocation_input
end

#invocation_type"ACTION_GROUP", ...

Returns the value of attribute invocation_type.

Returns:

  • ("ACTION_GROUP", "KNOWLEDGE_BASE", "FINISH", "ACTION_GROUP_CODE_INTERPRETER", "AGENT_COLLABORATOR")


1419
1420
1421
# File 'sig/types.rbs', line 1419

def invocation_type
  @invocation_type
end

#knowledge_base_lookup_inputTypes::KnowledgeBaseLookupInput

Returns the value of attribute knowledge_base_lookup_input.



1420
1421
1422
# File 'sig/types.rbs', line 1420

def knowledge_base_lookup_input
  @knowledge_base_lookup_input
end

#trace_id::String

Returns the value of attribute trace_id.

Returns:

  • (::String)


1421
1422
1423
# File 'sig/types.rbs', line 1421

def trace_id
  @trace_id
end