Class: Aws::BedrockAgent::Types::UpdateAgentCollaboratorResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgent::Types::UpdateAgentCollaboratorResponse
- Includes:
- Structure
- Defined in:
- 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.
11335 11336 11337 11338 11339 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 11335 class UpdateAgentCollaboratorResponse < Struct.new( :agent_collaborator) SENSITIVE = [] include Aws::Structure end |