Class: Aws::ECR::Types::GetDownloadUrlForLayerRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECR::Types::GetDownloadUrlForLayerRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ecr/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#layer_digest ⇒ String
The digest of the image layer to download.
-
#registry_id ⇒ String
The Amazon Web Services account ID associated with the registry that contains the image layer to download.
-
#repository_name ⇒ String
The name of the repository that is associated with the image layer to download.
Instance Attribute Details
#layer_digest ⇒ String
The digest of the image layer to download.
1692 1693 1694 1695 1696 1697 1698 |
# File 'lib/aws-sdk-ecr/types.rb', line 1692 class GetDownloadUrlForLayerRequest < Struct.new( :registry_id, :repository_name, :layer_digest) SENSITIVE = [] include Aws::Structure end |
#registry_id ⇒ String
The Amazon Web Services 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.
1692 1693 1694 1695 1696 1697 1698 |
# File 'lib/aws-sdk-ecr/types.rb', line 1692 class GetDownloadUrlForLayerRequest < Struct.new( :registry_id, :repository_name, :layer_digest) SENSITIVE = [] include Aws::Structure end |
#repository_name ⇒ String
The name of the repository that is associated with the image layer to download.
1692 1693 1694 1695 1696 1697 1698 |
# File 'lib/aws-sdk-ecr/types.rb', line 1692 class GetDownloadUrlForLayerRequest < Struct.new( :registry_id, :repository_name, :layer_digest) SENSITIVE = [] include Aws::Structure end |