Class: Aws::IVSRealTime::Types::ListParticipantReplicasResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IVSRealTime::Types::ListParticipantReplicasResponse
- Defined in:
- gems/aws-sdk-ivsrealtime/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, usenextTokenin the request to get the next set. -
#replicas ⇒ Array<Types::ParticipantReplica>
List of all participant replicas.
Instance Attribute Details
#next_token ⇒ String
If there are more participants than maxResults, use nextToken in
the request to get the next set.
1808 1809 1810 1811 1812 1813 |
# File 'gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb', line 1808 class ListParticipantReplicasResponse < Struct.new( :replicas, :next_token) SENSITIVE = [] include Aws::Structure end |
#replicas ⇒ Array<Types::ParticipantReplica>
List of all participant replicas.
1808 1809 1810 1811 1812 1813 |
# File 'gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb', line 1808 class ListParticipantReplicasResponse < Struct.new( :replicas, :next_token) SENSITIVE = [] include Aws::Structure end |