Class: Aws::IVSRealTime::Types::ListParticipantsRequest

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

#filter_by_publishedBoolean

Filters the response list to only show participants who published during the stage session. Only one of ‘filterByUserId`, `filterByPublished`, `filterByState`, or `filterByRecordingState` can be provided per request.

Returns:

  • (Boolean)


1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
# File 'lib/aws-sdk-ivsrealtime/types.rb', line 1594

class ListParticipantsRequest < Struct.new(
  :stage_arn,
  :session_id,
  :filter_by_user_id,
  :filter_by_published,
  :filter_by_state,
  :next_token,
  :max_results,
  :filter_by_recording_state)
  SENSITIVE = []
  include Aws::Structure
end

#filter_by_recording_stateString

Filters the response list to only show participants with the specified recording state. Only one of ‘filterByUserId`, `filterByPublished`, `filterByState`, or `filterByRecordingState` can be provided per request.

Returns:

  • (String)


1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
# File 'lib/aws-sdk-ivsrealtime/types.rb', line 1594

class ListParticipantsRequest < Struct.new(
  :stage_arn,
  :session_id,
  :filter_by_user_id,
  :filter_by_published,
  :filter_by_state,
  :next_token,
  :max_results,
  :filter_by_recording_state)
  SENSITIVE = []
  include Aws::Structure
end

#filter_by_stateString

Filters the response list to only show participants in the specified state. Only one of ‘filterByUserId`, `filterByPublished`, `filterByState`, or `filterByRecordingState` can be provided per request.

Returns:

  • (String)


1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
# File 'lib/aws-sdk-ivsrealtime/types.rb', line 1594

class ListParticipantsRequest < Struct.new(
  :stage_arn,
  :session_id,
  :filter_by_user_id,
  :filter_by_published,
  :filter_by_state,
  :next_token,
  :max_results,
  :filter_by_recording_state)
  SENSITIVE = []
  include Aws::Structure
end

#filter_by_user_idString

Filters the response list to match the specified user ID. Only one of ‘filterByUserId`, `filterByPublished`, `filterByState`, or `filterByRecordingState` can be provided per request. A `userId` is a customer-assigned name to help identify the token; this can be used to link a participant to a user in the customer’s own systems.

Returns:

  • (String)


1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
# File 'lib/aws-sdk-ivsrealtime/types.rb', line 1594

class ListParticipantsRequest < Struct.new(
  :stage_arn,
  :session_id,
  :filter_by_user_id,
  :filter_by_published,
  :filter_by_state,
  :next_token,
  :max_results,
  :filter_by_recording_state)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

Maximum number of results to return. Default: 50.

Returns:

  • (Integer)


1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
# File 'lib/aws-sdk-ivsrealtime/types.rb', line 1594

class ListParticipantsRequest < Struct.new(
  :stage_arn,
  :session_id,
  :filter_by_user_id,
  :filter_by_published,
  :filter_by_state,
  :next_token,
  :max_results,
  :filter_by_recording_state)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

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

Returns:

  • (String)


1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
# File 'lib/aws-sdk-ivsrealtime/types.rb', line 1594

class ListParticipantsRequest < Struct.new(
  :stage_arn,
  :session_id,
  :filter_by_user_id,
  :filter_by_published,
  :filter_by_state,
  :next_token,
  :max_results,
  :filter_by_recording_state)
  SENSITIVE = []
  include Aws::Structure
end

#session_idString

ID of the session within the stage.

Returns:

  • (String)


1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
# File 'lib/aws-sdk-ivsrealtime/types.rb', line 1594

class ListParticipantsRequest < Struct.new(
  :stage_arn,
  :session_id,
  :filter_by_user_id,
  :filter_by_published,
  :filter_by_state,
  :next_token,
  :max_results,
  :filter_by_recording_state)
  SENSITIVE = []
  include Aws::Structure
end

#stage_arnString

Stage ARN.

Returns:

  • (String)


1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
# File 'lib/aws-sdk-ivsrealtime/types.rb', line 1594

class ListParticipantsRequest < Struct.new(
  :stage_arn,
  :session_id,
  :filter_by_user_id,
  :filter_by_published,
  :filter_by_state,
  :next_token,
  :max_results,
  :filter_by_recording_state)
  SENSITIVE = []
  include Aws::Structure
end