Class: Aws::IVSRealTime::Types::CreateStageResponse

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_tokensArray<Types::ParticipantToken>

Participant tokens attached to the stage. These correspond to the participants in the request.

Returns:



420
421
422
423
424
425
# File 'gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb', line 420

class CreateStageResponse < Struct.new(
  :stage,
  :participant_tokens)
  SENSITIVE = []
  include Aws::Structure
end

#stageTypes::Stage

The stage that was created.

Returns:



420
421
422
423
424
425
# File 'gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb', line 420

class CreateStageResponse < Struct.new(
  :stage,
  :participant_tokens)
  SENSITIVE = []
  include Aws::Structure
end