Class: Aws::IVSRealTime::Types::DisconnectParticipantRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IVSRealTime::Types::DisconnectParticipantRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ivsrealtime/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#participant_id ⇒ String
Identifier of the participant to be disconnected.
-
#reason ⇒ String
Description of why this participant is being disconnected.
-
#stage_arn ⇒ String
ARN of the stage to which the participant is attached.
Instance Attribute Details
#participant_id ⇒ String
Identifier of the participant to be disconnected. IVS assigns this; it is returned by CreateParticipantToken (for streams using WebRTC ingest) or CreateIngestConfiguration (for streams using RTMP ingest).
688 689 690 691 692 693 694 |
# File 'lib/aws-sdk-ivsrealtime/types.rb', line 688 class DisconnectParticipantRequest < Struct.new( :stage_arn, :participant_id, :reason) SENSITIVE = [] include Aws::Structure end |
#reason ⇒ String
Description of why this participant is being disconnected.
688 689 690 691 692 693 694 |
# File 'lib/aws-sdk-ivsrealtime/types.rb', line 688 class DisconnectParticipantRequest < Struct.new( :stage_arn, :participant_id, :reason) SENSITIVE = [] include Aws::Structure end |
#stage_arn ⇒ String
ARN of the stage to which the participant is attached.
688 689 690 691 692 693 694 |
# File 'lib/aws-sdk-ivsrealtime/types.rb', line 688 class DisconnectParticipantRequest < Struct.new( :stage_arn, :participant_id, :reason) SENSITIVE = [] include Aws::Structure end |