Class: Aws::NimbleStudio::Types::StreamConfigurationSessionStorage
- Inherits:
-
Struct
- Object
- Struct
- Aws::NimbleStudio::Types::StreamConfigurationSessionStorage
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-nimblestudio/types.rb
Overview
The configuration for a streaming session’s upload storage.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#mode ⇒ Array<String>
Allows artists to upload files to their workstations.
-
#root ⇒ Types::StreamingSessionStorageRoot
The configuration for the upload storage root of the streaming session.
Instance Attribute Details
#mode ⇒ Array<String>
Allows artists to upload files to their workstations. The only valid option is ‘UPLOAD`.
2696 2697 2698 2699 2700 2701 |
# File 'lib/aws-sdk-nimblestudio/types.rb', line 2696 class StreamConfigurationSessionStorage < Struct.new( :mode, :root) SENSITIVE = [] include Aws::Structure end |
#root ⇒ Types::StreamingSessionStorageRoot
The configuration for the upload storage root of the streaming session.
2696 2697 2698 2699 2700 2701 |
# File 'lib/aws-sdk-nimblestudio/types.rb', line 2696 class StreamConfigurationSessionStorage < Struct.new( :mode, :root) SENSITIVE = [] include Aws::Structure end |