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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#layer_digestString

The sha256 digest of the image layer.

Returns:

  • (String)


332
333
334
335
336
337
338
339
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 332

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

#registry_idString

The registry ID associated with the request.

Returns:

  • (String)


332
333
334
335
336
337
338
339
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 332

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

#repository_nameString

The repository name associated with the request.

Returns:

  • (String)


332
333
334
335
336
337
338
339
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 332

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

#upload_idString

The upload ID associated with the layer.

Returns:

  • (String)


332
333
334
335
336
337
338
339
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 332

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