Class: Aws::IVSRealTime::Types::ListParticipantEventsRequest

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

#max_resultsInteger

Maximum number of results to return. Default: 50.

Returns:

  • (Integer)


1015
1016
1017
1018
1019
1020
1021
1022
1023
# File 'gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb', line 1015

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

#next_tokenString

The first participant event to retrieve. This is used for pagination; see the nextToken response field.

Returns:

  • (String)


1015
1016
1017
1018
1019
1020
1021
1022
1023
# File 'gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb', line 1015

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

#participant_idString

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

Returns:

  • (String)


1015
1016
1017
1018
1019
1020
1021
1022
1023
# File 'gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb', line 1015

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

#session_idString

ID of a session within the stage.

Returns:

  • (String)


1015
1016
1017
1018
1019
1020
1021
1022
1023
# File 'gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb', line 1015

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

#stage_arnString

Stage ARN.

Returns:

  • (String)


1015
1016
1017
1018
1019
1020
1021
1022
1023
# File 'gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb', line 1015

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