Class: Aws::IVSRealTime::Types::CreateParticipantTokenResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#participant_tokenTypes::ParticipantToken

The participant token that was created.



365
366
367
368
369
# File 'lib/aws-sdk-ivsrealtime/types.rb', line 365

class CreateParticipantTokenResponse < Struct.new(
  :participant_token)
  SENSITIVE = []
  include Aws::Structure
end