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.
1498 1499 1500 |
# File 'sig/types.rbs', line 1498 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.
1499 1500 1501 |
# File 'sig/types.rbs', line 1499 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.
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.
1501 1502 1503 |
# File 'sig/types.rbs', line 1501 def invocation_type @invocation_type end |
#knowledge_base_lookup_input ⇒ Types::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.
1503 1504 1505 |
# File 'sig/types.rbs', line 1503 def trace_id @trace_id end |