ListPartsOutput
public struct ListPartsOutput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The description of the archive that was specified in the Initiate Multipart Upload request.
Declaration
Swift
public let archiveDescription: String? -
The UTC time at which the multipart upload was initiated.
Declaration
Swift
public let creationDate: String? -
An opaque string that represents where to continue pagination of the results. You use the marker in a new List Parts request to obtain more jobs in the list. If there are no more parts, this value is null.
Declaration
Swift
public let marker: String? -
The ID of the upload to which the parts are associated.
Declaration
Swift
public let multipartUploadId: String? -
A list of the part sizes of the multipart upload. Each object in the array contains a RangeBytes and sha256-tree-hash name/value pair.
Declaration
Swift
public let parts: [PartListElement]? -
The part size in bytes. This is the same value that you specified in the Initiate Multipart Upload request.
Declaration
Swift
public let partSizeInBytes: Int64? -
The Amazon Resource Name (ARN) of the vault to which the multipart upload was initiated.
Declaration
Swift
public let vaultARN: String? -
Undocumented
Declaration
Swift
public init(archiveDescription: String? = nil, creationDate: String? = nil, marker: String? = nil, multipartUploadId: String? = nil, parts: [PartListElement]? = nil, partSizeInBytes: Int64? = nil, vaultARN: String? = nil)
View on GitHub
ListPartsOutput Structure Reference