Class: Aws::WorkSpaces::Types::DeregisterWorkspaceDirectoryRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#directory_idString

The identifier of the directory. If any WorkSpaces are registered to this directory, you must remove them before you deregister the directory, or you will receive an OperationNotSupportedException error.

Returns:

  • (String)


1466
1467
1468
1469
1470
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 1466

class DeregisterWorkspaceDirectoryRequest < Struct.new(
  :directory_id)
  SENSITIVE = []
  include Aws::Structure
end