Class: Aws::IVSRealTime::Types::ListParticipantEventsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IVSRealTime::Types::ListParticipantEventsRequest
- 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 event to retrieve.
-
#participant_id ⇒ String
Unique identifier for this participant.
-
#session_id ⇒ String
ID of a session within the stage.
-
#stage_arn ⇒ String
Stage ARN.
Instance Attribute Details
#max_results ⇒ Integer
Maximum number of results to return. Default: 50.
1484 1485 1486 1487 1488 1489 1490 1491 1492 |
# File 'lib/aws-sdk-ivsrealtime/types.rb', line 1484 class ListParticipantEventsRequest < Struct.new( :stage_arn, :session_id, :participant_id, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The first participant event to retrieve. This is used for pagination; see the ‘nextToken` response field.
1484 1485 1486 1487 1488 1489 1490 1491 1492 |
# File 'lib/aws-sdk-ivsrealtime/types.rb', line 1484 class ListParticipantEventsRequest < Struct.new( :stage_arn, :session_id, :participant_id, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#participant_id ⇒ String
Unique identifier for this participant. This is assigned by IVS and returned by CreateParticipantToken.
1484 1485 1486 1487 1488 1489 1490 1491 1492 |
# File 'lib/aws-sdk-ivsrealtime/types.rb', line 1484 class ListParticipantEventsRequest < Struct.new( :stage_arn, :session_id, :participant_id, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#session_id ⇒ String
ID of a session within the stage.
1484 1485 1486 1487 1488 1489 1490 1491 1492 |
# File 'lib/aws-sdk-ivsrealtime/types.rb', line 1484 class ListParticipantEventsRequest < Struct.new( :stage_arn, :session_id, :participant_id, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#stage_arn ⇒ String
Stage ARN.
1484 1485 1486 1487 1488 1489 1490 1491 1492 |
# File 'lib/aws-sdk-ivsrealtime/types.rb', line 1484 class ListParticipantEventsRequest < Struct.new( :stage_arn, :session_id, :participant_id, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |