Class: Aws::ECR::Types::CompleteLayerUploadResponse

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#layer_digestString

The ‘sha256` digest of the image layer.

Returns:

  • (String)


272
273
274
275
276
277
278
# File 'lib/aws-sdk-ecr/types.rb', line 272

class CompleteLayerUploadResponse < Struct.new(
  :registry_id,
  :repository_name,
  :upload_id,
  :layer_digest)
  include Aws::Structure
end

#registry_idString

The registry ID associated with the request.

Returns:

  • (String)


272
273
274
275
276
277
278
# File 'lib/aws-sdk-ecr/types.rb', line 272

class CompleteLayerUploadResponse < Struct.new(
  :registry_id,
  :repository_name,
  :upload_id,
  :layer_digest)
  include Aws::Structure
end

#repository_nameString

The repository name associated with the request.

Returns:

  • (String)


272
273
274
275
276
277
278
# File 'lib/aws-sdk-ecr/types.rb', line 272

class CompleteLayerUploadResponse < Struct.new(
  :registry_id,
  :repository_name,
  :upload_id,
  :layer_digest)
  include Aws::Structure
end

#upload_idString

The upload ID associated with the layer.

Returns:

  • (String)


272
273
274
275
276
277
278
# File 'lib/aws-sdk-ecr/types.rb', line 272

class CompleteLayerUploadResponse < Struct.new(
  :registry_id,
  :repository_name,
  :upload_id,
  :layer_digest)
  include Aws::Structure
end