Class: Aws::IVSRealTime::Types::ListParticipantEventsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IVSRealTime::Types::ListParticipantEventsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ivsrealtime/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#events ⇒ Array<Types::Event>
List of the matching events.
-
#next_token ⇒ String
If there are more events than ‘maxResults`, use `nextToken` in the request to get the next set.
Instance Attribute Details
#events ⇒ Array<Types::Event>
List of the matching events.
1505 1506 1507 1508 1509 1510 |
# File 'lib/aws-sdk-ivsrealtime/types.rb', line 1505 class ListParticipantEventsResponse < Struct.new( :events, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
If there are more events than ‘maxResults`, use `nextToken` in the request to get the next set.
1505 1506 1507 1508 1509 1510 |
# File 'lib/aws-sdk-ivsrealtime/types.rb', line 1505 class ListParticipantEventsResponse < Struct.new( :events, :next_token) SENSITIVE = [] include Aws::Structure end |