Class: Aws::NimbleStudio::Types::ListStreamingSessionsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::NimbleStudio::Types::ListStreamingSessionsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-nimblestudio/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#created_by ⇒ String
Filters the request to streaming sessions created by the given user.
-
#next_token ⇒ String
The token for the next set of results, or null if there are no more results.
-
#owned_by ⇒ String
Filters the request to streaming session owned by the given user.
-
#session_ids ⇒ String
Filters the request to only the provided session IDs.
-
#studio_id ⇒ String
The studio ID.
Instance Attribute Details
#created_by ⇒ String
Filters the request to streaming sessions created by the given user.
1914 1915 1916 1917 1918 1919 1920 1921 1922 |
# File 'lib/aws-sdk-nimblestudio/types.rb', line 1914 class ListStreamingSessionsRequest < Struct.new( :created_by, :next_token, :owned_by, :session_ids, :studio_id) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token for the next set of results, or null if there are no more results.
1914 1915 1916 1917 1918 1919 1920 1921 1922 |
# File 'lib/aws-sdk-nimblestudio/types.rb', line 1914 class ListStreamingSessionsRequest < Struct.new( :created_by, :next_token, :owned_by, :session_ids, :studio_id) SENSITIVE = [] include Aws::Structure end |
#owned_by ⇒ String
Filters the request to streaming session owned by the given user
1914 1915 1916 1917 1918 1919 1920 1921 1922 |
# File 'lib/aws-sdk-nimblestudio/types.rb', line 1914 class ListStreamingSessionsRequest < Struct.new( :created_by, :next_token, :owned_by, :session_ids, :studio_id) SENSITIVE = [] include Aws::Structure end |
#session_ids ⇒ String
Filters the request to only the provided session IDs.
1914 1915 1916 1917 1918 1919 1920 1921 1922 |
# File 'lib/aws-sdk-nimblestudio/types.rb', line 1914 class ListStreamingSessionsRequest < Struct.new( :created_by, :next_token, :owned_by, :session_ids, :studio_id) SENSITIVE = [] include Aws::Structure end |
#studio_id ⇒ String
The studio ID.
1914 1915 1916 1917 1918 1919 1920 1921 1922 |
# File 'lib/aws-sdk-nimblestudio/types.rb', line 1914 class ListStreamingSessionsRequest < Struct.new( :created_by, :next_token, :owned_by, :session_ids, :studio_id) SENSITIVE = [] include Aws::Structure end |