Class: Aws::ECRPublic::Types::UploadLayerPartRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ecrpublic/lib/aws-sdk-ecrpublic/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#layer_part_blobString

The base64-encoded layer part payload.

Returns:

  • (String)


1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
# File 'gems/aws-sdk-ecrpublic/lib/aws-sdk-ecrpublic/types.rb', line 1943

class UploadLayerPartRequest < Struct.new(
  :registry_id,
  :repository_name,
  :upload_id,
  :part_first_byte,
  :part_last_byte,
  :layer_part_blob)
  SENSITIVE = []
  include Aws::Structure
end

#part_first_byteInteger

The position of the first byte of the layer part witin the overall image layer.

Returns:

  • (Integer)


1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
# File 'gems/aws-sdk-ecrpublic/lib/aws-sdk-ecrpublic/types.rb', line 1943

class UploadLayerPartRequest < Struct.new(
  :registry_id,
  :repository_name,
  :upload_id,
  :part_first_byte,
  :part_last_byte,
  :layer_part_blob)
  SENSITIVE = []
  include Aws::Structure
end

#part_last_byteInteger

The position of the last byte of the layer part within the overall image layer.

Returns:

  • (Integer)


1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
# File 'gems/aws-sdk-ecrpublic/lib/aws-sdk-ecrpublic/types.rb', line 1943

class UploadLayerPartRequest < Struct.new(
  :registry_id,
  :repository_name,
  :upload_id,
  :part_first_byte,
  :part_last_byte,
  :layer_part_blob)
  SENSITIVE = []
  include Aws::Structure
end

#registry_idString

The Amazon Web Services account ID, or registry alias, that's associated with the registry that you're uploading layer parts to. If you do not specify a registry, the default public registry is assumed.

Returns:

  • (String)


1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
# File 'gems/aws-sdk-ecrpublic/lib/aws-sdk-ecrpublic/types.rb', line 1943

class UploadLayerPartRequest < Struct.new(
  :registry_id,
  :repository_name,
  :upload_id,
  :part_first_byte,
  :part_last_byte,
  :layer_part_blob)
  SENSITIVE = []
  include Aws::Structure
end

#repository_nameString

The name of the repository that you're uploading layer parts to.

Returns:

  • (String)


1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
# File 'gems/aws-sdk-ecrpublic/lib/aws-sdk-ecrpublic/types.rb', line 1943

class UploadLayerPartRequest < Struct.new(
  :registry_id,
  :repository_name,
  :upload_id,
  :part_first_byte,
  :part_last_byte,
  :layer_part_blob)
  SENSITIVE = []
  include Aws::Structure
end

#upload_idString

The upload ID from a previous InitiateLayerUpload operation to associate with the layer part upload.

Returns:

  • (String)


1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
# File 'gems/aws-sdk-ecrpublic/lib/aws-sdk-ecrpublic/types.rb', line 1943

class UploadLayerPartRequest < Struct.new(
  :registry_id,
  :repository_name,
  :upload_id,
  :part_first_byte,
  :part_last_byte,
  :layer_part_blob)
  SENSITIVE = []
  include Aws::Structure
end