Class: Aws::Types::DisassociateAgentCollaboratorRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#agent_id::String

Returns the value of attribute agent_id.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


865
866
867
# File 'sig/types.rbs', line 865

def collaborator_id
  @collaborator_id
end