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.



1498
1499
1500
# File 'sig/types.rbs', line 1498

def action_group_invocation_input
  @action_group_invocation_input
end

#agent_collaborator_invocation_inputTypes::AgentCollaboratorInvocationInput

Returns the value of attribute agent_collaborator_invocation_input.



1499
1500
1501
# File 'sig/types.rbs', line 1499

def agent_collaborator_invocation_input
  @agent_collaborator_invocation_input
end

#code_interpreter_invocation_inputTypes::CodeInterpreterInvocationInput

Returns the value of attribute code_interpreter_invocation_input.



1500
1501
1502
# File 'sig/types.rbs', line 1500

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")


1501
1502
1503
# File 'sig/types.rbs', line 1501

def invocation_type
  @invocation_type
end

#knowledge_base_lookup_inputTypes::KnowledgeBaseLookupInput

Returns the value of attribute knowledge_base_lookup_input.



1502
1503
1504
# File 'sig/types.rbs', line 1502

def knowledge_base_lookup_input
  @knowledge_base_lookup_input
end

#trace_id::String

Returns the value of attribute trace_id.

Returns:

  • (::String)


1503
1504
1505
# File 'sig/types.rbs', line 1503

def trace_id
  @trace_id
end