Class: Aws::NimbleStudio::Types::ListStreamingSessionBackupsRequest

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)


1865
1866
1867
1868
1869
1870
1871
# File 'gems/aws-sdk-nimblestudio/lib/aws-sdk-nimblestudio/types.rb', line 1865

class ListStreamingSessionBackupsRequest < Struct.new(
  :next_token,
  :owned_by,
  :studio_id)
  SENSITIVE = []
  include Aws::Structure
end

#owned_byString

The user ID of the user that owns the streaming session.

Returns:

  • (String)


1865
1866
1867
1868
1869
1870
1871
# File 'gems/aws-sdk-nimblestudio/lib/aws-sdk-nimblestudio/types.rb', line 1865

class ListStreamingSessionBackupsRequest < Struct.new(
  :next_token,
  :owned_by,
  :studio_id)
  SENSITIVE = []
  include Aws::Structure
end

#studio_idString

The studio ID.

Returns:

  • (String)


1865
1866
1867
1868
1869
1870
1871
# File 'gems/aws-sdk-nimblestudio/lib/aws-sdk-nimblestudio/types.rb', line 1865

class ListStreamingSessionBackupsRequest < Struct.new(
  :next_token,
  :owned_by,
  :studio_id)
  SENSITIVE = []
  include Aws::Structure
end