You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::ECR::Types::GetDownloadUrlForLayerRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing GetDownloadUrlForLayerRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  registry_id: "RegistryId",
  repository_name: "RepositoryName", # required
  layer_digest: "LayerDigest", # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#layer_digestString

The digest of the image layer to download.

Returns:

  • (String)

    The digest of the image layer to download.

#registry_idString

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.

Returns:

  • (String)

    The AWS account ID associated with the registry that contains the image layer to download.

#repository_nameString

The name of the repository that is associated with the image layer to download.

Returns:

  • (String)

    The name of the repository that is associated with the image layer to download.