BatchDetachObject
public struct BatchDetachObject : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The batch reference name. See Transaction Support for more information.
Declaration
Swift
public let batchReferenceName: String?
-
The name of the link.
Declaration
Swift
public let linkName: String
-
Parent reference from which the object with the specified link name is detached.
Declaration
Swift
public let parentReference: ObjectReference
-
Undocumented
Declaration
Swift
public init(batchReferenceName: String? = nil, linkName: String, parentReference: ObjectReference)
-
Declaration
Swift
public func validate(name: String) throws