InitiateMultipartUploadOutput

public struct InitiateMultipartUploadOutput : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The relative URI path of the multipart upload ID Amazon S3 Glacier created.

    Declaration

    Swift

    public let location: String?
  • The ID of the multipart upload. This value is also included as part of the location.

    Declaration

    Swift

    public let uploadId: String?
  • Undocumented

    Declaration

    Swift

    public init(location: String? = nil, uploadId: String? = nil)