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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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.



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