Class: Aws::ECR::Types::GetDownloadUrlForLayerResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-ecr/types.rb

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#download_urlString

The pre-signed Amazon S3 download URL for the requested layer.

Returns:

  • (String)


668
669
670
671
672
# File 'lib/aws-sdk-ecr/types.rb', line 668

class GetDownloadUrlForLayerResponse < Struct.new(
  :download_url,
  :layer_digest)
  include Aws::Structure
end

#layer_digestString

The digest of the image layer to download.

Returns:

  • (String)


668
669
670
671
672
# File 'lib/aws-sdk-ecr/types.rb', line 668

class GetDownloadUrlForLayerResponse < Struct.new(
  :download_url,
  :layer_digest)
  include Aws::Structure
end