Class: Aws::NimbleStudio::Types::ListStreamingSessionsResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-nimblestudio/lib/aws-sdk-nimblestudio/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

The token for the next set of results, or null if there are no more results.

Returns:

  • (String)


1935
1936
1937
1938
1939
1940
# File 'gems/aws-sdk-nimblestudio/lib/aws-sdk-nimblestudio/types.rb', line 1935

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

#sessionsArray<Types::StreamingSession>

A collection of streaming sessions.

Returns:



1935
1936
1937
1938
1939
1940
# File 'gems/aws-sdk-nimblestudio/lib/aws-sdk-nimblestudio/types.rb', line 1935

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