Class: Aws::WorkSpaces::Types::StreamingProperties

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-workspaces/types.rb

Overview

Describes the streaming properties.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#storage_connectorsArray<Types::StorageConnector>

Indicates the storage connector used

Returns:



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_protocolString

Indicates the type of preferred protocol for the streaming experience.

Returns:

  • (String)


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_settingsArray<Types::UserSetting>

Indicates the permission settings asscoiated with the user.

Returns:



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