AttachToIndexRequest
public struct AttachToIndexRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The Amazon Resource Name (ARN) of the directory where the object and index exist.
Declaration
Swift
public let directoryArn: String
-
A reference to the index that you are attaching the object to.
Declaration
Swift
public let indexReference: ObjectReference
-
A reference to the object that you are attaching to the index.
Declaration
Swift
public let targetReference: ObjectReference
-
Undocumented
Declaration
Swift
public init(directoryArn: String, indexReference: ObjectReference, targetReference: ObjectReference)