Class: Aws::NimbleStudio::Types::StreamConfigurationSessionStorage

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-nimblestudio/lib/aws-sdk-nimblestudio/types.rb

Overview

The configuration for a streaming session’s upload storage.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#modeArray<String>

Allows artists to upload files to their workstations. The only valid option is UPLOAD.

Returns:

  • (Array<String>)


2696
2697
2698
2699
2700
2701
# File 'gems/aws-sdk-nimblestudio/lib/aws-sdk-nimblestudio/types.rb', line 2696

class StreamConfigurationSessionStorage < Struct.new(
  :mode,
  :root)
  SENSITIVE = []
  include Aws::Structure
end

#rootTypes::StreamingSessionStorageRoot

The configuration for the upload storage root of the streaming session.



2696
2697
2698
2699
2700
2701
# File 'gems/aws-sdk-nimblestudio/lib/aws-sdk-nimblestudio/types.rb', line 2696

class StreamConfigurationSessionStorage < Struct.new(
  :mode,
  :root)
  SENSITIVE = []
  include Aws::Structure
end