PutObjectResponse
public struct PutObjectResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The SHA256 digest of the object that is persisted.
Declaration
Swift
public let contentSHA256: String? -
Unique identifier of the object in the container.
Declaration
Swift
public let eTag: String? -
The storage class where the object was persisted. The class should be “Temporal”.
Declaration
Swift
public let storageClass: StorageClass? -
Undocumented
Declaration
Swift
public init(contentSHA256: String? = nil, eTag: String? = nil, storageClass: StorageClass? = nil)
View on GitHub
PutObjectResponse Structure Reference