BatchDetachFromIndex
public struct BatchDetachFromIndex : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A reference to the index object.
Declaration
Swift
public let indexReference: ObjectReference
-
A reference to the object being detached from the index.
Declaration
Swift
public let targetReference: ObjectReference
-
Undocumented
Declaration
Swift
public init(indexReference: ObjectReference, targetReference: ObjectReference)