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.
10809 10810 10811 10812 10813 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 10809 class UpdateAgentCollaboratorResponse < Struct.new( :agent_collaborator) SENSITIVE = [] include Aws::Structure end |