You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::WorkSpaces::Types::ModifyWorkspaceAccessPropertiesRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing ModifyWorkspaceAccessPropertiesRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  resource_id: "DirectoryId", # required
  workspace_access_properties: { # required
    device_type_windows: "ALLOW", # accepts ALLOW, DENY
    device_type_osx: "ALLOW", # accepts ALLOW, DENY
    device_type_web: "ALLOW", # accepts ALLOW, DENY
    device_type_ios: "ALLOW", # accepts ALLOW, DENY
    device_type_android: "ALLOW", # accepts ALLOW, DENY
    device_type_chrome_os: "ALLOW", # accepts ALLOW, DENY
    device_type_zero_client: "ALLOW", # accepts ALLOW, DENY
  },
}

Instance Attribute Summary collapse

Instance Attribute Details

#resource_idString

The identifier of the directory.

Returns:

  • (String)

    The identifier of the directory.

#workspace_access_propertiesTypes::WorkspaceAccessProperties

The device types and operating systems to enable or disable for access.

Returns: