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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resource_idString

The identifier of the directory.

Returns:

  • (String)


3737
3738
3739
3740
3741
3742
# File 'lib/aws-sdk-workspaces/types.rb', line 3737

class ModifyWorkspaceAccessPropertiesRequest < Struct.new(
  :resource_id,
  :workspace_access_properties)
  SENSITIVE = []
  include Aws::Structure
end

#workspace_access_propertiesTypes::WorkspaceAccessProperties

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



3737
3738
3739
3740
3741
3742
# File 'lib/aws-sdk-workspaces/types.rb', line 3737

class ModifyWorkspaceAccessPropertiesRequest < Struct.new(
  :resource_id,
  :workspace_access_properties)
  SENSITIVE = []
  include Aws::Structure
end