Class: Aws::ECRPublic::Types::CompleteLayerUploadRequest

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_digestsArray<String>

The sha256 digest of the image layer.

Returns:

  • (Array<String>)


148
149
150
151
152
153
154
155
# File 'gems/aws-sdk-ecrpublic/lib/aws-sdk-ecrpublic/types.rb', line 148

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

#registry_idString

The Amazon Web Services account ID, or registry alias, associated with the registry where layers are uploaded. If you do not specify a registry, the default public registry is assumed.

Returns:

  • (String)


148
149
150
151
152
153
154
155
# File 'gems/aws-sdk-ecrpublic/lib/aws-sdk-ecrpublic/types.rb', line 148

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

#repository_nameString

The name of the repository in a public registry to associate with the image layer.

Returns:

  • (String)


148
149
150
151
152
153
154
155
# File 'gems/aws-sdk-ecrpublic/lib/aws-sdk-ecrpublic/types.rb', line 148

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

#upload_idString

The upload ID from a previous InitiateLayerUpload operation to associate with the image layer.

Returns:

  • (String)


148
149
150
151
152
153
154
155
# File 'gems/aws-sdk-ecrpublic/lib/aws-sdk-ecrpublic/types.rb', line 148

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