class Aws::ECRPublic::Types::CompleteLayerUploadRequest
@note When making an API call, you may pass CompleteLayerUploadRequest
data as a hash: { registry_id: "RegistryIdOrAlias", repository_name: "RepositoryName", # required upload_id: "UploadId", # required layer_digests: ["LayerDigest"], # required }
@!attribute [rw] registry_id
The AWS account ID associated with the registry to which to upload layers. If you do not specify a registry, the default public registry is assumed. @return [String]
@!attribute [rw] repository_name
The name of the repository in a public registry to associate with the image layer. @return [String]
@!attribute [rw] upload_id
The upload ID from a previous InitiateLayerUpload operation to associate with the image layer. @return [String]
@!attribute [rw] layer_digests
The `sha256` digest of the image layer. @return [Array<String>]
@see docs.aws.amazon.com/goto/WebAPI/ecr-public-2020-10-30/CompleteLayerUploadRequest AWS API Documentation
Constants
- SENSITIVE