Class: Aws::ECR::Types::GetDownloadUrlForLayerRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#layer_digestString

The digest of the image layer to download.

Returns:

  • (String)


1391
1392
1393
1394
1395
1396
1397
# File 'lib/aws-sdk-ecr/types.rb', line 1391

class GetDownloadUrlForLayerRequest < Struct.new(
  :registry_id,
  :repository_name,
  :layer_digest)
  SENSITIVE = []
  include Aws::Structure
end

#registry_idString

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.

Returns:

  • (String)


1391
1392
1393
1394
1395
1396
1397
# File 'lib/aws-sdk-ecr/types.rb', line 1391

class GetDownloadUrlForLayerRequest < Struct.new(
  :registry_id,
  :repository_name,
  :layer_digest)
  SENSITIVE = []
  include Aws::Structure
end

#repository_nameString

The name of the repository that is associated with the image layer to download.

Returns:

  • (String)


1391
1392
1393
1394
1395
1396
1397
# File 'lib/aws-sdk-ecr/types.rb', line 1391

class GetDownloadUrlForLayerRequest < Struct.new(
  :registry_id,
  :repository_name,
  :layer_digest)
  SENSITIVE = []
  include Aws::Structure
end