Class: Aws::WorkSpaces::Types::WorkspaceAccessProperties

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

Overview

The device types and operating systems that can be used to access a WorkSpace. For more information, see Amazon WorkSpaces Client Network Requirements.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#access_endpoint_configTypes::AccessEndpointConfig

Specifies the configuration for accessing the WorkSpace.



5663
5664
5665
5666
5667
5668
5669
5670
5671
5672
5673
5674
5675
5676
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 5663

class WorkspaceAccessProperties < Struct.new(
  :device_type_windows,
  :device_type_osx,
  :device_type_web,
  :device_type_ios,
  :device_type_android,
  :device_type_chrome_os,
  :device_type_zero_client,
  :device_type_linux,
  :device_type_work_spaces_thin_client,
  :access_endpoint_config)
  SENSITIVE = []
  include Aws::Structure
end

#device_type_androidString

Indicates whether users can use Android and Android-compatible Chrome OS devices to access their WorkSpaces.

Returns:

  • (String)


5663
5664
5665
5666
5667
5668
5669
5670
5671
5672
5673
5674
5675
5676
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 5663

class WorkspaceAccessProperties < Struct.new(
  :device_type_windows,
  :device_type_osx,
  :device_type_web,
  :device_type_ios,
  :device_type_android,
  :device_type_chrome_os,
  :device_type_zero_client,
  :device_type_linux,
  :device_type_work_spaces_thin_client,
  :access_endpoint_config)
  SENSITIVE = []
  include Aws::Structure
end

#device_type_chrome_osString

Indicates whether users can use Chromebooks to access their WorkSpaces.

Returns:

  • (String)


5663
5664
5665
5666
5667
5668
5669
5670
5671
5672
5673
5674
5675
5676
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 5663

class WorkspaceAccessProperties < Struct.new(
  :device_type_windows,
  :device_type_osx,
  :device_type_web,
  :device_type_ios,
  :device_type_android,
  :device_type_chrome_os,
  :device_type_zero_client,
  :device_type_linux,
  :device_type_work_spaces_thin_client,
  :access_endpoint_config)
  SENSITIVE = []
  include Aws::Structure
end

#device_type_iosString

Indicates whether users can use iOS devices to access their WorkSpaces.

Returns:

  • (String)


5663
5664
5665
5666
5667
5668
5669
5670
5671
5672
5673
5674
5675
5676
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 5663

class WorkspaceAccessProperties < Struct.new(
  :device_type_windows,
  :device_type_osx,
  :device_type_web,
  :device_type_ios,
  :device_type_android,
  :device_type_chrome_os,
  :device_type_zero_client,
  :device_type_linux,
  :device_type_work_spaces_thin_client,
  :access_endpoint_config)
  SENSITIVE = []
  include Aws::Structure
end

#device_type_linuxString

Indicates whether users can use Linux clients to access their WorkSpaces.

Returns:

  • (String)


5663
5664
5665
5666
5667
5668
5669
5670
5671
5672
5673
5674
5675
5676
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 5663

class WorkspaceAccessProperties < Struct.new(
  :device_type_windows,
  :device_type_osx,
  :device_type_web,
  :device_type_ios,
  :device_type_android,
  :device_type_chrome_os,
  :device_type_zero_client,
  :device_type_linux,
  :device_type_work_spaces_thin_client,
  :access_endpoint_config)
  SENSITIVE = []
  include Aws::Structure
end

#device_type_osxString

Indicates whether users can use macOS clients to access their WorkSpaces.

Returns:

  • (String)


5663
5664
5665
5666
5667
5668
5669
5670
5671
5672
5673
5674
5675
5676
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 5663

class WorkspaceAccessProperties < Struct.new(
  :device_type_windows,
  :device_type_osx,
  :device_type_web,
  :device_type_ios,
  :device_type_android,
  :device_type_chrome_os,
  :device_type_zero_client,
  :device_type_linux,
  :device_type_work_spaces_thin_client,
  :access_endpoint_config)
  SENSITIVE = []
  include Aws::Structure
end

#device_type_webString

Indicates whether users can access their WorkSpaces through a web browser.

Returns:

  • (String)


5663
5664
5665
5666
5667
5668
5669
5670
5671
5672
5673
5674
5675
5676
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 5663

class WorkspaceAccessProperties < Struct.new(
  :device_type_windows,
  :device_type_osx,
  :device_type_web,
  :device_type_ios,
  :device_type_android,
  :device_type_chrome_os,
  :device_type_zero_client,
  :device_type_linux,
  :device_type_work_spaces_thin_client,
  :access_endpoint_config)
  SENSITIVE = []
  include Aws::Structure
end

#device_type_windowsString

Indicates whether users can use Windows clients to access their WorkSpaces.

Returns:

  • (String)


5663
5664
5665
5666
5667
5668
5669
5670
5671
5672
5673
5674
5675
5676
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 5663

class WorkspaceAccessProperties < Struct.new(
  :device_type_windows,
  :device_type_osx,
  :device_type_web,
  :device_type_ios,
  :device_type_android,
  :device_type_chrome_os,
  :device_type_zero_client,
  :device_type_linux,
  :device_type_work_spaces_thin_client,
  :access_endpoint_config)
  SENSITIVE = []
  include Aws::Structure
end

#device_type_work_spaces_thin_clientString

Indicates whether users can access their WorkSpaces through a WorkSpaces Thin Client.

Returns:

  • (String)


5663
5664
5665
5666
5667
5668
5669
5670
5671
5672
5673
5674
5675
5676
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 5663

class WorkspaceAccessProperties < Struct.new(
  :device_type_windows,
  :device_type_osx,
  :device_type_web,
  :device_type_ios,
  :device_type_android,
  :device_type_chrome_os,
  :device_type_zero_client,
  :device_type_linux,
  :device_type_work_spaces_thin_client,
  :access_endpoint_config)
  SENSITIVE = []
  include Aws::Structure
end

#device_type_zero_clientString

Indicates whether users can use zero client devices to access their WorkSpaces.

Returns:

  • (String)


5663
5664
5665
5666
5667
5668
5669
5670
5671
5672
5673
5674
5675
5676
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 5663

class WorkspaceAccessProperties < Struct.new(
  :device_type_windows,
  :device_type_osx,
  :device_type_web,
  :device_type_ios,
  :device_type_android,
  :device_type_chrome_os,
  :device_type_zero_client,
  :device_type_linux,
  :device_type_work_spaces_thin_client,
  :access_endpoint_config)
  SENSITIVE = []
  include Aws::Structure
end