class Aws::ECR::Types::UploadLayerPartRequest

@note When making an API call, you may pass UploadLayerPartRequest

data as a hash:

    {
      registry_id: "RegistryId",
      repository_name: "RepositoryName", # required
      upload_id: "UploadId", # required
      part_first_byte: 1, # required
      part_last_byte: 1, # required
      layer_part_blob: "data", # required
    }

@!attribute [rw] registry_id

The Amazon Web Services account ID associated with the registry to
which you are uploading layer parts. If you do not specify a
registry, the default registry is assumed.
@return [String]

@!attribute [rw] repository_name

The name of the repository to which you are uploading layer parts.
@return [String]

@!attribute [rw] upload_id

The upload ID from a previous InitiateLayerUpload operation to
associate with the layer part upload.
@return [String]

@!attribute [rw] part_first_byte

The position of the first byte of the layer part witin the overall
image layer.
@return [Integer]

@!attribute [rw] part_last_byte

The position of the last byte of the layer part within the overall
image layer.
@return [Integer]

@!attribute [rw] layer_part_blob

The base64-encoded layer part payload.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/ecr-2015-09-21/UploadLayerPartRequest AWS API Documentation

Constants

SENSITIVE