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.
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_version ⇒ String
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_id ⇒ String
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 |