GetDownloadUrlForLayerRequest
public struct GetDownloadUrlForLayerRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The digest of the image layer to download.
Declaration
Swift
public let layerDigest: String
-
The AWS account ID associated with the registry that contains the image layer to download. If you do not specify a registry, the default registry is assumed.
Declaration
Swift
public let registryId: String?
-
The name of the repository that is associated with the image layer to download.
Declaration
Swift
public let repositoryName: String
-
Undocumented
Declaration
Swift
public init(layerDigest: String, registryId: String? = nil, repositoryName: String)
-
Declaration
Swift
public func validate(name: String) throws