BatchAttachObject
public struct BatchAttachObject : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The child object reference that is to be attached to the object.
Declaration
Swift
public let childReference: ObjectReference
-
The name of the link.
Declaration
Swift
public let linkName: String
-
The parent object reference.
Declaration
Swift
public let parentReference: ObjectReference
-
Undocumented
Declaration
Swift
public init(childReference: ObjectReference, linkName: String, parentReference: ObjectReference)
-
Declaration
Swift
public func validate(name: String) throws