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
-
#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
#storage_connectors ⇒ Array<Types::StorageConnector>
Indicates the storage connector used
4616 4617 4618 4619 4620 4621 4622 |
# File 'lib/aws-sdk-workspaces/types.rb', line 4616 class StreamingProperties < Struct.new( :streaming_experience_preferred_protocol, :user_settings, :storage_connectors) SENSITIVE = [] include Aws::Structure end |
#streaming_experience_preferred_protocol ⇒ String
Indicates the type of preferred protocol for the streaming experience.
4616 4617 4618 4619 4620 4621 4622 |
# File 'lib/aws-sdk-workspaces/types.rb', line 4616 class StreamingProperties < Struct.new( :streaming_experience_preferred_protocol, :user_settings, :storage_connectors) SENSITIVE = [] include Aws::Structure end |
#user_settings ⇒ Array<Types::UserSetting>
Indicates the permission settings asscoiated with the user.
4616 4617 4618 4619 4620 4621 4622 |
# File 'lib/aws-sdk-workspaces/types.rb', line 4616 class StreamingProperties < Struct.new( :streaming_experience_preferred_protocol, :user_settings, :storage_connectors) SENSITIVE = [] include Aws::Structure end |