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

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_idString

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

Returns:

  • (String)


985
986
987
988
989
990
991
# File 'lib/aws-sdk-ivsrealtime/types.rb', line 985

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

#session_idString

ID of a session within the stage.

Returns:

  • (String)


985
986
987
988
989
990
991
# File 'lib/aws-sdk-ivsrealtime/types.rb', line 985

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

#stage_arnString

Stage ARN.

Returns:

  • (String)


985
986
987
988
989
990
991
# File 'lib/aws-sdk-ivsrealtime/types.rb', line 985

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