Class: Aws::NimbleStudio::Types::ListStreamingSessionBackupsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::NimbleStudio::Types::ListStreamingSessionBackupsRequest
- 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.
-
#owned_by ⇒ String
The user ID of the user that owns the streaming session.
-
#studio_id ⇒ String
The studio ID.
Instance Attribute Details
#next_token ⇒ String
The token for the next set of results, or null if there are no more results.
1865 1866 1867 1868 1869 1870 1871 |
# File 'lib/aws-sdk-nimblestudio/types.rb', line 1865 class ListStreamingSessionBackupsRequest < Struct.new( :next_token, :owned_by, :studio_id) SENSITIVE = [] include Aws::Structure end |
#owned_by ⇒ String
The user ID of the user that owns the streaming session.
1865 1866 1867 1868 1869 1870 1871 |
# File 'lib/aws-sdk-nimblestudio/types.rb', line 1865 class ListStreamingSessionBackupsRequest < Struct.new( :next_token, :owned_by, :studio_id) SENSITIVE = [] include Aws::Structure end |
#studio_id ⇒ String
The studio ID.
1865 1866 1867 1868 1869 1870 1871 |
# File 'lib/aws-sdk-nimblestudio/types.rb', line 1865 class ListStreamingSessionBackupsRequest < Struct.new( :next_token, :owned_by, :studio_id) SENSITIVE = [] include Aws::Structure end |