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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ivsrealtime/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.



286
287
288
289
290
# File 'gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb', line 286

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