Class: Aws::IVSRealTime::Types::DisconnectParticipantRequest

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

Identifier of the participant to be disconnected. This is assigned by IVS and returned by CreateParticipantToken.

Returns:

  • (String)


536
537
538
539
540
541
542
# File 'gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb', line 536

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

#reasonString

Description of why this participant is being disconnected.

Returns:

  • (String)


536
537
538
539
540
541
542
# File 'gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb', line 536

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

#stage_arnString

ARN of the stage to which the participant is attached.

Returns:

  • (String)


536
537
538
539
540
541
542
# File 'gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb', line 536

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