Class: Aws::Types::WorkspaceAccessProperties

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#access_endpoint_configTypes::AccessEndpointConfig

Returns the value of attribute access_endpoint_config.



1675
1676
1677
# File 'sig/types.rbs', line 1675

def access_endpoint_config
  @access_endpoint_config
end

#device_type_android"ALLOW", "DENY"

Returns the value of attribute device_type_android.

Returns:

  • ("ALLOW", "DENY")


1670
1671
1672
# File 'sig/types.rbs', line 1670

def device_type_android
  @device_type_android
end

#device_type_chrome_os"ALLOW", "DENY"

Returns the value of attribute device_type_chrome_os.

Returns:

  • ("ALLOW", "DENY")


1671
1672
1673
# File 'sig/types.rbs', line 1671

def device_type_chrome_os
  @device_type_chrome_os
end

#device_type_ios"ALLOW", "DENY"

Returns the value of attribute device_type_ios.

Returns:

  • ("ALLOW", "DENY")


1669
1670
1671
# File 'sig/types.rbs', line 1669

def device_type_ios
  @device_type_ios
end

#device_type_linux"ALLOW", "DENY"

Returns the value of attribute device_type_linux.

Returns:

  • ("ALLOW", "DENY")


1673
1674
1675
# File 'sig/types.rbs', line 1673

def device_type_linux
  @device_type_linux
end

#device_type_osx"ALLOW", "DENY"

Returns the value of attribute device_type_osx.

Returns:

  • ("ALLOW", "DENY")


1667
1668
1669
# File 'sig/types.rbs', line 1667

def device_type_osx
  @device_type_osx
end

#device_type_web"ALLOW", "DENY"

Returns the value of attribute device_type_web.

Returns:

  • ("ALLOW", "DENY")


1668
1669
1670
# File 'sig/types.rbs', line 1668

def device_type_web
  @device_type_web
end

#device_type_windows"ALLOW", "DENY"

Returns the value of attribute device_type_windows.

Returns:

  • ("ALLOW", "DENY")


1666
1667
1668
# File 'sig/types.rbs', line 1666

def device_type_windows
  @device_type_windows
end

#device_type_work_spaces_thin_client"ALLOW", "DENY"

Returns the value of attribute device_type_work_spaces_thin_client.

Returns:

  • ("ALLOW", "DENY")


1674
1675
1676
# File 'sig/types.rbs', line 1674

def device_type_work_spaces_thin_client
  @device_type_work_spaces_thin_client
end

#device_type_zero_client"ALLOW", "DENY"

Returns the value of attribute device_type_zero_client.

Returns:

  • ("ALLOW", "DENY")


1672
1673
1674
# File 'sig/types.rbs', line 1672

def device_type_zero_client
  @device_type_zero_client
end