Class: Aws::IVSRealTime::Types::GetParticipantRequest

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_idString

Unique identifier for the participant. This is assigned by IVS and returned by CreateParticipantToken.

Returns:

  • (String)


733
734
735
736
737
738
739
# File 'gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb', line 733

class GetParticipantRequest < Struct.new(
  :participant_id,
  :session_id,
  :stage_arn)
  SENSITIVE = []
  include Aws::Structure
end

#session_idString

ID of a session within the stage.

Returns:

  • (String)


733
734
735
736
737
738
739
# File 'gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb', line 733

class GetParticipantRequest < Struct.new(
  :participant_id,
  :session_id,
  :stage_arn)
  SENSITIVE = []
  include Aws::Structure
end

#stage_arnString

Stage ARN.

Returns:

  • (String)


733
734
735
736
737
738
739
# File 'gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb', line 733

class GetParticipantRequest < Struct.new(
  :participant_id,
  :session_id,
  :stage_arn)
  SENSITIVE = []
  include Aws::Structure
end