You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::ConnectParticipant::Types::DisconnectParticipantRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing DisconnectParticipantRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  client_token: "ClientToken",
  connection_token: "ParticipantToken", # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#client_tokenString

A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.

Returns:

  • (String)

    A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.

#connection_tokenString

The authentication token associated with the participant\'s connection.

Returns:

  • (String)

    The authentication token associated with the participant\'s connection.