Class: Aws::BedrockAgent::Types::AssociateAgentCollaboratorResponse

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.



1146
1147
1148
1149
1150
# File 'lib/aws-sdk-bedrockagent/types.rb', line 1146

class AssociateAgentCollaboratorResponse < Struct.new(
  :agent_collaborator)
  SENSITIVE = []
  include Aws::Structure
end