ListMultipartUploadsOutput

public struct ListMultipartUploadsOutput : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • An opaque string that represents where to continue pagination of the results. You use the marker in a new List Multipart Uploads request to obtain more uploads in the list. If there are no more uploads, this value is null.

    Declaration

    Swift

    public let marker: String?
  • A list of in-progress multipart uploads.

    Declaration

    Swift

    public let uploadsList: [UploadListElement]?
  • Undocumented

    Declaration

    Swift

    public init(marker: String? = nil, uploadsList: [UploadListElement]? = nil)