GetDownloadUrlForLayerResponse

public struct GetDownloadUrlForLayerResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The pre-signed Amazon S3 download URL for the requested layer.

    Declaration

    Swift

    public let downloadUrl: String?
  • The digest of the image layer to download.

    Declaration

    Swift

    public let layerDigest: String?
  • Undocumented

    Declaration

    Swift

    public init(downloadUrl: String? = nil, layerDigest: String? = nil)