CompleteLayerUploadResponse

public struct CompleteLayerUploadResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The sha256 digest of the image layer.

    Declaration

    Swift

    public let layerDigest: String?
  • 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 layer.

    Declaration

    Swift

    public let uploadId: String?
  • Undocumented

    Declaration

    Swift

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