Class: Aws::ECR::Types::GetDownloadUrlForLayerResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECR::Types::GetDownloadUrlForLayerResponse
- Defined in:
- gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#download_url ⇒ String
The pre-signed Amazon S3 download URL for the requested layer.
-
#layer_digest ⇒ String
The digest of the image layer to download.
Instance Attribute Details
#download_url ⇒ String
The pre-signed Amazon S3 download URL for the requested layer.
1707 1708 1709 1710 1711 1712 |
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 1707 class GetDownloadUrlForLayerResponse < Struct.new( :download_url, :layer_digest) SENSITIVE = [] include Aws::Structure end |
#layer_digest ⇒ String
The digest of the image layer to download.
1707 1708 1709 1710 1711 1712 |
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 1707 class GetDownloadUrlForLayerResponse < Struct.new( :download_url, :layer_digest) SENSITIVE = [] include Aws::Structure end |