ObjectVersion
public struct ObjectVersion : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The entity tag is an MD5 hash of that version of the object.
Declaration
Swift
public let eTag: String? -
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? -
Specifies the owner of the object.
Declaration
Swift
public let owner: Owner? -
Size in bytes of the object.
Declaration
Swift
public let size: Int64? -
The class of storage used to store the object.
Declaration
Swift
public let storageClass: ObjectVersionStorageClass? -
Version ID of an object.
Declaration
Swift
public let versionId: String? -
Undocumented
Declaration
Swift
public init(eTag: String? = nil, isLatest: Bool? = nil, key: String? = nil, lastModified: TimeStamp? = nil, owner: Owner? = nil, size: Int64? = nil, storageClass: ObjectVersionStorageClass? = nil, versionId: String? = nil)
View on GitHub
ObjectVersion Structure Reference