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

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

Overview

Describes the streaming properties.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#global_acceleratorTypes::GlobalAcceleratorForDirectory

Indicates the Global Accelerator properties.



4683
4684
4685
4686
4687
4688
4689
4690
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 4683

class StreamingProperties < Struct.new(
  :streaming_experience_preferred_protocol,
  :user_settings,
  :storage_connectors,
  :global_accelerator)
  SENSITIVE = []
  include Aws::Structure
end

#storage_connectorsArray<Types::StorageConnector>

Indicates the storage connector used

Returns:



4683
4684
4685
4686
4687
4688
4689
4690
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 4683

class StreamingProperties < Struct.new(
  :streaming_experience_preferred_protocol,
  :user_settings,
  :storage_connectors,
  :global_accelerator)
  SENSITIVE = []
  include Aws::Structure
end

#streaming_experience_preferred_protocolString

Indicates the type of preferred protocol for the streaming experience.

Returns:

  • (String)


4683
4684
4685
4686
4687
4688
4689
4690
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 4683

class StreamingProperties < Struct.new(
  :streaming_experience_preferred_protocol,
  :user_settings,
  :storage_connectors,
  :global_accelerator)
  SENSITIVE = []
  include Aws::Structure
end

#user_settingsArray<Types::UserSetting>

Indicates the permission settings asscoiated with the user.

Returns:



4683
4684
4685
4686
4687
4688
4689
4690
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 4683

class StreamingProperties < Struct.new(
  :streaming_experience_preferred_protocol,
  :user_settings,
  :storage_connectors,
  :global_accelerator)
  SENSITIVE = []
  include Aws::Structure
end