class Aws::ECR::Types::UploadLayerPartRequest
@see docs.aws.amazon.com/goto/WebAPI/ecr-2015-09-21/UploadLayerPartRequest AWS API Documentation
@return [String]
The base64-encoded layer part payload.
@!attribute [rw] layer_part_blob
@return [Integer]
The integer value of the last byte of the layer part.
@!attribute [rw] part_last_byte
@return [Integer]
The integer value of the first byte of the layer part.
@!attribute [rw] part_first_byte
@return [String]
associate with the layer part upload.
The upload ID from a previous InitiateLayerUpload operation to
@!attribute [rw] upload_id
@return [String]
The name of the repository that you are uploading layer parts to.
@!attribute [rw] repository_name
@return [String]
default registry is assumed.
uploading layer parts to. If you do not specify a registry, the
The AWS account ID associated with the registry that you are
@!attribute [rw] registry_id
}
layer_part_blob: “data”, # required
part_last_byte: 1, # required
part_first_byte: 1, # required
upload_id: “UploadId”, # required
repository_name: “RepositoryName”, # required
registry_id: “RegistryId”,
{
data as a hash:
@note When making an API call, you may pass UploadLayerPartRequest