Class: Aws::ECRPublic::Types::CompleteLayerUploadResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ecrpublic/lib/aws-sdk-ecrpublic/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)


175
176
177
178
179
180
181
182
# File 'gems/aws-sdk-ecrpublic/lib/aws-sdk-ecrpublic/types.rb', line 175

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

#registry_idString

The public registry ID that's associated with the request.

Returns:

  • (String)


175
176
177
178
179
180
181
182
# File 'gems/aws-sdk-ecrpublic/lib/aws-sdk-ecrpublic/types.rb', line 175

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

#repository_nameString

The repository name that's associated with the request.

Returns:

  • (String)


175
176
177
178
179
180
181
182
# File 'gems/aws-sdk-ecrpublic/lib/aws-sdk-ecrpublic/types.rb', line 175

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

#upload_idString

The upload ID that's associated with the layer.

Returns:

  • (String)


175
176
177
178
179
180
181
182
# File 'gems/aws-sdk-ecrpublic/lib/aws-sdk-ecrpublic/types.rb', line 175

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