Class: Aws::BedrockAgent::Types::DisassociateAgentCollaboratorRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgent::Types::DisassociateAgentCollaboratorRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrockagent/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#agent_id ⇒ String
An agent ID.
-
#agent_version ⇒ String
The agent's version.
-
#collaborator_id ⇒ String
The collaborator's ID.
Instance Attribute Details
#agent_id ⇒ String
An agent ID.
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_version ⇒ String
The agent's version.
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_id ⇒ String
The collaborator's ID.
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 |