Class: Aws::BedrockAgentRuntime::Types::AgentCollaboratorInvocationOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentRuntime::Types::AgentCollaboratorInvocationOutput
- Defined in:
- gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb
Overview
Output from an agent collaborator.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#agent_collaborator_alias_arn ⇒ String
The output's agent collaborator alias ARN.
-
#agent_collaborator_name ⇒ String
The output's agent collaborator name.
-
#output ⇒ Types::AgentCollaboratorOutputPayload
The output's output.
Instance Attribute Details
#agent_collaborator_alias_arn ⇒ String
The output's agent collaborator alias ARN.
308 309 310 311 312 313 314 |
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 308 class AgentCollaboratorInvocationOutput < Struct.new( :agent_collaborator_alias_arn, :agent_collaborator_name, :output) SENSITIVE = [] include Aws::Structure end |
#agent_collaborator_name ⇒ String
The output's agent collaborator name.
308 309 310 311 312 313 314 |
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 308 class AgentCollaboratorInvocationOutput < Struct.new( :agent_collaborator_alias_arn, :agent_collaborator_name, :output) SENSITIVE = [] include Aws::Structure end |
#output ⇒ Types::AgentCollaboratorOutputPayload
The output's output.
308 309 310 311 312 313 314 |
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 308 class AgentCollaboratorInvocationOutput < Struct.new( :agent_collaborator_alias_arn, :agent_collaborator_name, :output) SENSITIVE = [] include Aws::Structure end |