Class: Aws::WorkSpaces::Types::StreamingProperties
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpaces::Types::StreamingProperties
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-workspaces/types.rb
Overview
Describes the streaming properties.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#global_accelerator ⇒ Types::GlobalAcceleratorForDirectory
Indicates the Global Accelerator properties.
-
#storage_connectors ⇒ Array<Types::StorageConnector>
Indicates the storage connector used.
-
#streaming_experience_preferred_protocol ⇒ String
Indicates the type of preferred protocol for the streaming experience.
-
#user_settings ⇒ Array<Types::UserSetting>
Indicates the permission settings asscoiated with the user.
Instance Attribute Details
#global_accelerator ⇒ Types::GlobalAcceleratorForDirectory
Indicates the Global Accelerator properties.
4660 4661 4662 4663 4664 4665 4666 4667 |
# File 'lib/aws-sdk-workspaces/types.rb', line 4660 class StreamingProperties < Struct.new( :streaming_experience_preferred_protocol, :user_settings, :storage_connectors, :global_accelerator) SENSITIVE = [] include Aws::Structure end |
#storage_connectors ⇒ Array<Types::StorageConnector>
Indicates the storage connector used
4660 4661 4662 4663 4664 4665 4666 4667 |
# File 'lib/aws-sdk-workspaces/types.rb', line 4660 class StreamingProperties < Struct.new( :streaming_experience_preferred_protocol, :user_settings, :storage_connectors, :global_accelerator) SENSITIVE = [] include Aws::Structure end |
#streaming_experience_preferred_protocol ⇒ String
Indicates the type of preferred protocol for the streaming experience.
4660 4661 4662 4663 4664 4665 4666 4667 |
# File 'lib/aws-sdk-workspaces/types.rb', line 4660 class StreamingProperties < Struct.new( :streaming_experience_preferred_protocol, :user_settings, :storage_connectors, :global_accelerator) SENSITIVE = [] include Aws::Structure end |
#user_settings ⇒ Array<Types::UserSetting>
Indicates the permission settings asscoiated with the user.
4660 4661 4662 4663 4664 4665 4666 4667 |
# File 'lib/aws-sdk-workspaces/types.rb', line 4660 class StreamingProperties < Struct.new( :streaming_experience_preferred_protocol, :user_settings, :storage_connectors, :global_accelerator) SENSITIVE = [] include Aws::Structure end |