Class: Aws::NimbleStudio::Types::StreamingSessionStorageRoot
- Inherits:
-
Struct
- Object
- Struct
- Aws::NimbleStudio::Types::StreamingSessionStorageRoot
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-nimblestudio/types.rb
Overview
The upload storage root location (folder) on streaming workstations where files are uploaded.
Constant Summary collapse
- SENSITIVE =
[:linux, :windows]
Instance Attribute Summary collapse
-
#linux ⇒ String
The folder path in Linux workstations where files are uploaded.
-
#windows ⇒ String
The folder path in Windows workstations where files are uploaded.
Instance Attribute Details
#linux ⇒ String
The folder path in Linux workstations where files are uploaded.
3062 3063 3064 3065 3066 3067 |
# File 'lib/aws-sdk-nimblestudio/types.rb', line 3062 class StreamingSessionStorageRoot < Struct.new( :linux, :windows) SENSITIVE = [:linux, :windows] include Aws::Structure end |
#windows ⇒ String
The folder path in Windows workstations where files are uploaded.
3062 3063 3064 3065 3066 3067 |
# File 'lib/aws-sdk-nimblestudio/types.rb', line 3062 class StreamingSessionStorageRoot < Struct.new( :linux, :windows) SENSITIVE = [:linux, :windows] include Aws::Structure end |