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.
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 |
#participants ⇒ Array<Types::ParticipantSummary>
List of the matching participants (summary information only).
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 |