Class: Aws::NimbleStudio::Types::ListStreamingSessionsRequest

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

#created_byString

Filters the request to streaming sessions created by the given user.

Returns:

  • (String)


1914
1915
1916
1917
1918
1919
1920
1921
1922
# File 'gems/aws-sdk-nimblestudio/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_tokenString

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

Returns:

  • (String)


1914
1915
1916
1917
1918
1919
1920
1921
1922
# File 'gems/aws-sdk-nimblestudio/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_byString

Filters the request to streaming session owned by the given user

Returns:

  • (String)


1914
1915
1916
1917
1918
1919
1920
1921
1922
# File 'gems/aws-sdk-nimblestudio/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_idsString

Filters the request to only the provided session IDs.

Returns:

  • (String)


1914
1915
1916
1917
1918
1919
1920
1921
1922
# File 'gems/aws-sdk-nimblestudio/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_idString

The studio ID.

Returns:

  • (String)


1914
1915
1916
1917
1918
1919
1920
1921
1922
# File 'gems/aws-sdk-nimblestudio/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