DetachTypedLinkRequest
public struct DetachTypedLinkRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The Amazon Resource Name (ARN) of the directory where you want to detach the typed link.
Declaration
Swift
public let directoryArn: String
-
Used to accept a typed link specifier as input.
Declaration
Swift
public let typedLinkSpecifier: TypedLinkSpecifier
-
Undocumented
Declaration
Swift
public init(directoryArn: String, typedLinkSpecifier: TypedLinkSpecifier)
-
Declaration
Swift
public func validate(name: String) throws