Class: Aws::NimbleStudio::Types::ListStreamingSessionsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::NimbleStudio::Types::ListStreamingSessionsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-nimblestudio/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The token for the next set of results, or null if there are no more results.
-
#sessions ⇒ Array<Types::StreamingSession>
A collection of streaming sessions.
Instance Attribute Details
#next_token ⇒ String
The token for the next set of results, or null if there are no more results.
1935 1936 1937 1938 1939 1940 |
# File 'lib/aws-sdk-nimblestudio/types.rb', line 1935 class ListStreamingSessionsResponse < Struct.new( :next_token, :sessions) SENSITIVE = [] include Aws::Structure end |
#sessions ⇒ Array<Types::StreamingSession>
A collection of streaming sessions.
1935 1936 1937 1938 1939 1940 |
# File 'lib/aws-sdk-nimblestudio/types.rb', line 1935 class ListStreamingSessionsResponse < Struct.new( :next_token, :sessions) SENSITIVE = [] include Aws::Structure end |