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.

Returns:

  • (String)


3759
3760
3761
3762
3763
3764
3765
# File 'lib/aws-sdk-bedrockagent/types.rb', line 3759

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

#agent_versionString

The agent's version.

Returns:

  • (String)


3759
3760
3761
3762
3763
3764
3765
# File 'lib/aws-sdk-bedrockagent/types.rb', line 3759

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

#collaborator_idString

The collaborator's ID.

Returns:

  • (String)


3759
3760
3761
3762
3763
3764
3765
# File 'lib/aws-sdk-bedrockagent/types.rb', line 3759

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