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)


1621
1622
1623
1624
1625
1626
# File 'gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb', line 1621

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

#stage_sessionsArray<Types::StageSessionSummary>

List of matching stage sessions.

Returns:



1621
1622
1623
1624
1625
1626
# File 'gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb', line 1621

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