Class: Aws::NimbleStudio::Types::StreamingSessionStorageRoot

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-nimblestudio/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

Instance Attribute Details

#linuxString

The folder path in Linux workstations where files are uploaded.

Returns:

  • (String)


3062
3063
3064
3065
3066
3067
# File 'gems/aws-sdk-nimblestudio/lib/aws-sdk-nimblestudio/types.rb', line 3062

class StreamingSessionStorageRoot < Struct.new(
  :linux,
  :windows)
  SENSITIVE = [:linux, :windows]
  include Aws::Structure
end

#windowsString

The folder path in Windows workstations where files are uploaded.

Returns:

  • (String)


3062
3063
3064
3065
3066
3067
# File 'gems/aws-sdk-nimblestudio/lib/aws-sdk-nimblestudio/types.rb', line 3062

class StreamingSessionStorageRoot < Struct.new(
  :linux,
  :windows)
  SENSITIVE = [:linux, :windows]
  include Aws::Structure
end