Class: Aws::BedrockAgent::Types::UpdateAgentCollaboratorResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#agent_collaboratorTypes::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