Class: Aws::ECR::Types::GetDownloadUrlForLayerResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECR::Types::GetDownloadUrlForLayerResponse
- Includes:
- Structure
- Defined in:
- 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.
1710 1711 1712 1713 1714 1715 |
# File 'lib/aws-sdk-ecr/types.rb', line 1710 class GetDownloadUrlForLayerResponse < Struct.new( :download_url, :layer_digest) SENSITIVE = [] include Aws::Structure end |
#layer_digest ⇒ String
The digest of the image layer to download.
1710 1711 1712 1713 1714 1715 |
# File 'lib/aws-sdk-ecr/types.rb', line 1710 class GetDownloadUrlForLayerResponse < Struct.new( :download_url, :layer_digest) SENSITIVE = [] include Aws::Structure end |