UnshareDirectoryRequest
public struct UnshareDirectoryRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The identifier of the AWS Managed Microsoft AD directory that you want to stop sharing.
Declaration
Swift
public let directoryId: String
-
Identifier for the directory consumer account with whom the directory has to be unshared.
Declaration
Swift
public let unshareTarget: UnshareTarget
-
Undocumented
Declaration
Swift
public init(directoryId: String, unshareTarget: UnshareTarget)
-
Declaration
Swift
public func validate(name: String) throws