class Aws::WorkSpaces::Types::ModifyWorkspaceAccessPropertiesRequest

@note When making an API call, you may pass ModifyWorkspaceAccessPropertiesRequest

data as a 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
        device_type_linux: "ALLOW", # accepts ALLOW, DENY
      },
    }

@!attribute [rw] resource_id

The identifier of the directory.
@return [String]

@!attribute [rw] workspace_access_properties

The device types and operating systems to enable or disable for
access.
@return [Types::WorkspaceAccessProperties]

@see docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/ModifyWorkspaceAccessPropertiesRequest AWS API Documentation

Constants

SENSITIVE