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)


1105
1106
1107
1108
1109
1110
# File 'gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb', line 1105

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

#participantsArray<Types::ParticipantSummary>

List of the matching participants (summary information only).

Returns:



1105
1106
1107
1108
1109
1110
# File 'gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb', line 1105

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