DetachObjectRequest
public struct DetachObjectRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The Amazon Resource Name (ARN) that is associated with the Directory where objects reside. For more information, see arns.
Declaration
Swift
public let directoryArn: String -
The link name associated with the object that needs to be detached.
Declaration
Swift
public let linkName: String -
The parent reference from which the object with the specified link name is detached.
Declaration
Swift
public let parentReference: ObjectReference -
Undocumented
Declaration
Swift
public init(directoryArn: String, linkName: String, parentReference: ObjectReference) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
DetachObjectRequest Structure Reference