Class: Aws::IVSRealTime::Types::ListParticipantReplicasResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


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

#replicasArray<Types::ParticipantReplica>

List of all participant replicas.

Returns:



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