Class: Aws::BedrockAgent::Types::DisassociateAgentCollaboratorRequest

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_idString

An agent ID.



3591
3592
3593
3594
3595
3596
3597
# File 'lib/aws-sdk-bedrockagent/types.rb', line 3591

class DisassociateAgentCollaboratorRequest < Struct.new(
  :agent_id,
  :agent_version,
  :collaborator_id)
  SENSITIVE = []
  include Aws::Structure
end

#agent_versionString

The agent’s version.



3591
3592
3593
3594
3595
3596
3597
# File 'lib/aws-sdk-bedrockagent/types.rb', line 3591

class DisassociateAgentCollaboratorRequest < Struct.new(
  :agent_id,
  :agent_version,
  :collaborator_id)
  SENSITIVE = []
  include Aws::Structure
end

#collaborator_idString

The collaborator’s ID.



3591
3592
3593
3594
3595
3596
3597
# File 'lib/aws-sdk-bedrockagent/types.rb', line 3591

class DisassociateAgentCollaboratorRequest < Struct.new(
  :agent_id,
  :agent_version,
  :collaborator_id)
  SENSITIVE = []
  include Aws::Structure
end