Class: Aws::IVSRealTime::Types::ListParticipantReplicasRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IVSRealTime::Types::ListParticipantReplicasRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ivsrealtime/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
Maximum number of results to return.
-
#next_token ⇒ String
The first participant to retrieve.
-
#participant_id ⇒ String
Participant ID of the publisher that has been replicated.
-
#source_stage_arn ⇒ String
ARN of the stage where the participant is publishing.
Instance Attribute Details
#max_results ⇒ Integer
Maximum number of results to return. Default: 50.
1734 1735 1736 1737 1738 1739 1740 1741 |
# File 'lib/aws-sdk-ivsrealtime/types.rb', line 1734 class ListParticipantReplicasRequest < Struct.new( :source_stage_arn, :participant_id, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The first participant to retrieve. This is used for pagination; see the ‘nextToken` response field.
1734 1735 1736 1737 1738 1739 1740 1741 |
# File 'lib/aws-sdk-ivsrealtime/types.rb', line 1734 class ListParticipantReplicasRequest < Struct.new( :source_stage_arn, :participant_id, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#participant_id ⇒ String
Participant ID of the publisher that has been replicated. This is assigned by IVS and returned by CreateParticipantToken or the ‘jti` (JWT ID) used to [create a self signed token].
1734 1735 1736 1737 1738 1739 1740 1741 |
# File 'lib/aws-sdk-ivsrealtime/types.rb', line 1734 class ListParticipantReplicasRequest < Struct.new( :source_stage_arn, :participant_id, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#source_stage_arn ⇒ String
ARN of the stage where the participant is publishing.
1734 1735 1736 1737 1738 1739 1740 1741 |
# File 'lib/aws-sdk-ivsrealtime/types.rb', line 1734 class ListParticipantReplicasRequest < Struct.new( :source_stage_arn, :participant_id, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |