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.



263
264
265
266
267
# File 'gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb', line 263

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