UploadLayerPartResponse

public struct UploadLayerPartResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The integer value of the last byte received in the request.

    Declaration

    Swift

    public let lastByteReceived: Int64?
  • The registry ID associated with the request.

    Declaration

    Swift

    public let registryId: String?
  • The repository name associated with the request.

    Declaration

    Swift

    public let repositoryName: String?
  • The upload ID associated with the request.

    Declaration

    Swift

    public let uploadId: String?
  • Undocumented

    Declaration

    Swift

    public init(lastByteReceived: Int64? = nil, registryId: String? = nil, repositoryName: String? = nil, uploadId: String? = nil)