DetachFromIndexRequest
public struct DetachFromIndexRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The Amazon Resource Name (ARN) of the directory the index and object exist in.
Declaration
Swift
public let directoryArn: String
-
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(directoryArn: String, indexReference: ObjectReference, targetReference: ObjectReference)