Class: Aws::IVSRealTime::Types::GetParticipantRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IVSRealTime::Types::GetParticipantRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ivsrealtime/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#participant_id ⇒ String
Unique identifier for the participant.
-
#session_id ⇒ String
ID of a session within the stage.
-
#stage_arn ⇒ String
Stage ARN.
Instance Attribute Details
#participant_id ⇒ String
Unique identifier for the participant. This is assigned by IVS and returned by CreateParticipantToken.
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_id ⇒ String
ID of a session within the stage.
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_arn ⇒ String
Stage ARN.
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 |