Class: Aws::IVSRealTime::Types::ListParticipantEventsResponse

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

#eventsArray<Types::Event>

List of the matching events.

Returns:



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_tokenString

If there are more events than ‘maxResults`, use `nextToken` in the request to get the next set.

Returns:

  • (String)


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