Class: Aws::IVSRealTime::Types::ListParticipantsResponse

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

#next_tokenString

If there are more participants than ‘maxResults`, use `nextToken` in the request to get the next set.

Returns:

  • (String)


1584
1585
1586
1587
1588
1589
# File 'lib/aws-sdk-ivsrealtime/types.rb', line 1584

class ListParticipantsResponse < Struct.new(
  :participants,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#participantsArray<Types::ParticipantSummary>

List of the matching participants (summary information only).

Returns:



1584
1585
1586
1587
1588
1589
# File 'lib/aws-sdk-ivsrealtime/types.rb', line 1584

class ListParticipantsResponse < Struct.new(
  :participants,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end