Class: Aws::ConnectParticipant::Types::CancelParticipantAuthenticationRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-connectparticipant/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#connection_tokenString

The authentication token associated with the participant’s connection.

Returns:

  • (String)


73
74
75
76
77
78
# File 'lib/aws-sdk-connectparticipant/types.rb', line 73

class CancelParticipantAuthenticationRequest < Struct.new(
  :session_id,
  :connection_token)
  SENSITIVE = []
  include Aws::Structure
end

#session_idString

The ‘sessionId` provided in the `authenticationInitiated` event.

Returns:

  • (String)


73
74
75
76
77
78
# File 'lib/aws-sdk-connectparticipant/types.rb', line 73

class CancelParticipantAuthenticationRequest < Struct.new(
  :session_id,
  :connection_token)
  SENSITIVE = []
  include Aws::Structure
end