Class: Aws::NimbleStudio::Types::ListStreamingSessionsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::NimbleStudio::Types::ListStreamingSessionsRequest
- Defined in:
- gems/aws-sdk-nimblestudio/lib/aws-sdk-nimblestudio/types.rb
Overview
Note:
When making an API call, you may pass ListStreamingSessionsRequest data as a hash:
{
created_by: "String",
next_token: "String",
owned_by: "String",
session_ids: "String",
studio_id: "String", # required
}
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 to request the next page of 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.
2198 2199 2200 2201 2202 2203 2204 2205 2206 |
# File 'gems/aws-sdk-nimblestudio/lib/aws-sdk-nimblestudio/types.rb', line 2198 class ListStreamingSessionsRequest < Struct.new( :created_by, :next_token, :owned_by, :session_ids, :studio_id) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token to request the next page of results.
2198 2199 2200 2201 2202 2203 2204 2205 2206 |
# File 'gems/aws-sdk-nimblestudio/lib/aws-sdk-nimblestudio/types.rb', line 2198 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
2198 2199 2200 2201 2202 2203 2204 2205 2206 |
# File 'gems/aws-sdk-nimblestudio/lib/aws-sdk-nimblestudio/types.rb', line 2198 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.
2198 2199 2200 2201 2202 2203 2204 2205 2206 |
# File 'gems/aws-sdk-nimblestudio/lib/aws-sdk-nimblestudio/types.rb', line 2198 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.
2198 2199 2200 2201 2202 2203 2204 2205 2206 |
# File 'gems/aws-sdk-nimblestudio/lib/aws-sdk-nimblestudio/types.rb', line 2198 class ListStreamingSessionsRequest < Struct.new( :created_by, :next_token, :owned_by, :session_ids, :studio_id) SENSITIVE = [] include Aws::Structure end |