Class: Aws::Types::DisassociateAgentCollaboratorRequest
- Inherits:
-
Object
- Object
- Aws::Types::DisassociateAgentCollaboratorRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#agent_id ⇒ ::String
Returns the value of attribute agent_id.
-
#agent_version ⇒ ::String
Returns the value of attribute agent_version.
-
#collaborator_id ⇒ ::String
Returns the value of attribute collaborator_id.
Instance Attribute Details
#agent_id ⇒ ::String
Returns the value of attribute agent_id.
863 864 865 |
# File 'sig/types.rbs', line 863 def agent_id @agent_id end |
#agent_version ⇒ ::String
Returns the value of attribute agent_version.
864 865 866 |
# File 'sig/types.rbs', line 864 def agent_version @agent_version end |
#collaborator_id ⇒ ::String
Returns the value of attribute collaborator_id.
865 866 867 |
# File 'sig/types.rbs', line 865 def collaborator_id @collaborator_id end |