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

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

#next_tokenString

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

Returns:

  • (String)


1544
1545
1546
1547
1548
1549
# File 'gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb', line 1544

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

#participantsArray<Types::ParticipantSummary>

List of the matching participants (summary information only).

Returns:



1544
1545
1546
1547
1548
1549
# File 'gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb', line 1544

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