Class: Aws::Types::WorkspaceAccessProperties
- Inherits:
-
Object
- Object
- Aws::Types::WorkspaceAccessProperties
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#access_endpoint_config ⇒ Types::AccessEndpointConfig
Returns the value of attribute access_endpoint_config.
-
#device_type_android ⇒ "ALLOW", "DENY"
Returns the value of attribute device_type_android.
-
#device_type_chrome_os ⇒ "ALLOW", "DENY"
Returns the value of attribute device_type_chrome_os.
-
#device_type_ios ⇒ "ALLOW", "DENY"
Returns the value of attribute device_type_ios.
-
#device_type_linux ⇒ "ALLOW", "DENY"
Returns the value of attribute device_type_linux.
-
#device_type_osx ⇒ "ALLOW", "DENY"
Returns the value of attribute device_type_osx.
-
#device_type_web ⇒ "ALLOW", "DENY"
Returns the value of attribute device_type_web.
-
#device_type_windows ⇒ "ALLOW", "DENY"
Returns the value of attribute device_type_windows.
-
#device_type_work_spaces_thin_client ⇒ "ALLOW", "DENY"
Returns the value of attribute device_type_work_spaces_thin_client.
-
#device_type_zero_client ⇒ "ALLOW", "DENY"
Returns the value of attribute device_type_zero_client.
Instance Attribute Details
#access_endpoint_config ⇒ Types::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.
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.
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.
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.
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.
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.
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.
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.
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.
1672 1673 1674 |
# File 'sig/types.rbs', line 1672 def device_type_zero_client @device_type_zero_client end |