DeregisterWorkspaceDirectoryRequest

public struct DeregisterWorkspaceDirectoryRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • 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.

    Declaration

    Swift

    public let directoryId: String
  • Undocumented

    Declaration

    Swift

    public init(directoryId: String)
  • Declaration

    Swift

    public func validate(name: String) throws