Class: Aws::IVSRealTime::Types::ListParticipantsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IVSRealTime::Types::ListParticipantsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ivsrealtime/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
If there are more participants than ‘maxResults`, use `nextToken` in the request to get the next set.
-
#participants ⇒ Array<Types::ParticipantSummary>
List of the matching participants (summary information only).
Instance Attribute Details
#next_token ⇒ String
If there are more participants than ‘maxResults`, use `nextToken` in the request to get the next set.
1618 1619 1620 1621 1622 1623 |
# File 'lib/aws-sdk-ivsrealtime/types.rb', line 1618 class ListParticipantsResponse < Struct.new( :participants, :next_token) SENSITIVE = [] include Aws::Structure end |
#participants ⇒ Array<Types::ParticipantSummary>
List of the matching participants (summary information only).
1618 1619 1620 1621 1622 1623 |
# File 'lib/aws-sdk-ivsrealtime/types.rb', line 1618 class ListParticipantsResponse < Struct.new( :participants, :next_token) SENSITIVE = [] include Aws::Structure end |