class Aws::ECR::Types::GetDownloadUrlForLayerRequest
@note When making an API call, you may pass GetDownloadUrlForLayerRequest
data as a hash: { registry_id: "RegistryId", repository_name: "RepositoryName", # required layer_digest: "LayerDigest", # required }
@!attribute [rw] registry_id
The Amazon Web Services 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. @return [String]
@!attribute [rw] repository_name
The name of the repository that is associated with the image layer to download. @return [String]
@!attribute [rw] layer_digest
The digest of the image layer to download. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/ecr-2015-09-21/GetDownloadUrlForLayerRequest AWS API Documentation
Constants
- SENSITIVE