Class: Aws::Connect::Types::CreateParticipantResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::CreateParticipantResponse
- Defined in:
- gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#participant_credentials ⇒ Types::ParticipantTokenCredentials
The token used by the chat participant to call
CreateParticipantConnection
. -
#participant_id ⇒ String
The identifier for a chat participant.
Instance Attribute Details
#participant_credentials ⇒ Types::ParticipantTokenCredentials
The token used by the chat participant to call
CreateParticipantConnection
. The participant token is valid for
the lifetime of a chat participant.
3702 3703 3704 3705 3706 3707 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 3702 class CreateParticipantResponse < Struct.new( :participant_credentials, :participant_id) SENSITIVE = [] include Aws::Structure end |
#participant_id ⇒ String
The identifier for a chat participant. The participantId for a chat participant is the same throughout the chat lifecycle.
3702 3703 3704 3705 3706 3707 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 3702 class CreateParticipantResponse < Struct.new( :participant_credentials, :participant_id) SENSITIVE = [] include Aws::Structure end |