Class: Aws::Types::InvocationInput
- Inherits:
-
Object
- Object
- Aws::Types::InvocationInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#action_group_invocation_input ⇒ Types::ActionGroupInvocationInput
Returns the value of attribute action_group_invocation_input.
-
#agent_collaborator_invocation_input ⇒ Types::AgentCollaboratorInvocationInput
Returns the value of attribute agent_collaborator_invocation_input.
-
#code_interpreter_invocation_input ⇒ Types::CodeInterpreterInvocationInput
Returns the value of attribute code_interpreter_invocation_input.
-
#invocation_type ⇒ "ACTION_GROUP", ...
Returns the value of attribute invocation_type.
-
#knowledge_base_lookup_input ⇒ Types::KnowledgeBaseLookupInput
Returns the value of attribute knowledge_base_lookup_input.
-
#trace_id ⇒ ::String
Returns the value of attribute trace_id.
Instance Attribute Details
#action_group_invocation_input ⇒ Types::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_input ⇒ Types::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_input ⇒ Types::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.
1419 1420 1421 |
# File 'sig/types.rbs', line 1419 def invocation_type @invocation_type end |
#knowledge_base_lookup_input ⇒ Types::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.
1421 1422 1423 |
# File 'sig/types.rbs', line 1421 def trace_id @trace_id end |