Class: Aws::IVSRealTime::Types::ListParticipantReplicasResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IVSRealTime::Types::ListParticipantReplicasResponse
- 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.
-
#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.
1754 1755 1756 1757 1758 1759 |
# File 'lib/aws-sdk-ivsrealtime/types.rb', line 1754 class ListParticipantReplicasResponse < Struct.new( :replicas, :next_token) SENSITIVE = [] include Aws::Structure end |
#replicas ⇒ Array<Types::ParticipantReplica>
List of all participant replicas.
1754 1755 1756 1757 1758 1759 |
# File 'lib/aws-sdk-ivsrealtime/types.rb', line 1754 class ListParticipantReplicasResponse < Struct.new( :replicas, :next_token) SENSITIVE = [] include Aws::Structure end |