DeleteMarkerEntry
public struct DeleteMarkerEntry : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Specifies whether the object is (true) or is not (false) the latest version of an object.
Declaration
Swift
public let isLatest: Bool? -
The object key.
Declaration
Swift
public let key: String? -
Date and time the object was last modified.
Declaration
Swift
public let lastModified: TimeStamp? -
The account that created the delete marker.>
Declaration
Swift
public let owner: Owner? -
Version ID of an object.
Declaration
Swift
public let versionId: String?
View on GitHub
DeleteMarkerEntry Structure Reference