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]
image layer.
The position of the last byte of the layer part within the overall
@!attribute [rw] part_last_byte
@return [Integer]
image layer.
The position of the first byte of the layer part witin the overall
@!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 to which you are uploading layer parts.
@!attribute [rw] repository_name
@return [String]
registry, the default registry is assumed.
which you are uploading layer parts. If you do not specify a
The Amazon Web Services account ID associated with the registry to
@!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