class Aws::ECR::Types::CompleteLayerUploadRequest
@note When making an API call, you may pass CompleteLayerUploadRequest
data as a hash: { registry_id: "RegistryId", repository_name: "RepositoryName", # required upload_id: "UploadId", # required layer_digests: ["LayerDigest"], # required }
@!attribute [rw] registry_id
The Amazon Web Services account ID associated with the registry to which to upload layers. If you do not specify a registry, the default registry is assumed. @return [String]
@!attribute [rw] repository_name
The name of the repository 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-2015-09-21/CompleteLayerUploadRequest AWS API Documentation
Constants
- SENSITIVE