Class: Aws::IVSRealTime::Types::ListStageSessionsResponse

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

#next_tokenString

If there are more stage sessions than maxResults, use nextToken in the request to get the next set.

Returns:

  • (String)


1146
1147
1148
1149
1150
1151
# File 'gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb', line 1146

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

#stage_sessionsArray<Types::StageSessionSummary>

List of matching stage sessions.

Returns:



1146
1147
1148
1149
1150
1151
# File 'gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb', line 1146

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