Class: Aws::BedrockAgent::Types::UpdateAgentCollaboratorResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgent::Types::UpdateAgentCollaboratorResponse
- Defined in:
- gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#agent_collaborator ⇒ Types::AgentCollaborator
Details about the collaborator.
Instance Attribute Details
#agent_collaborator ⇒ Types::AgentCollaborator
Details about the collaborator.
10727 10728 10729 10730 10731 |
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 10727 class UpdateAgentCollaboratorResponse < Struct.new( :agent_collaborator) SENSITIVE = [] include Aws::Structure end |