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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ivsrealtime/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:



1036
1037
1038
1039
1040
1041
# File 'gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb', line 1036

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)


1036
1037
1038
1039
1040
1041
# File 'gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb', line 1036

class ListParticipantEventsResponse < Struct.new(
  :events,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end