DeleteObjectRequest
public struct DeleteObjectRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The Amazon Resource Name (ARN) that is associated with the Directory where the object resides. For more information, see arns.
Declaration
Swift
public let directoryArn: String
-
A reference that identifies the object.
Declaration
Swift
public let objectReference: ObjectReference
-
Undocumented
Declaration
Swift
public init(directoryArn: String, objectReference: ObjectReference)