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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#download_urlString

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

Returns:

  • (String)


1409
1410
1411
1412
1413
1414
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 1409

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

#layer_digestString

The digest of the image layer to download.

Returns:

  • (String)


1409
1410
1411
1412
1413
1414
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 1409

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