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