Class: Aws::ECRPublic::Types::UploadLayerPartRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECRPublic::Types::UploadLayerPartRequest
- Defined in:
- gems/aws-sdk-ecrpublic/lib/aws-sdk-ecrpublic/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#layer_part_blob ⇒ String
The base64-encoded layer part payload.
-
#part_first_byte ⇒ Integer
The position of the first byte of the layer part witin the overall image layer.
-
#part_last_byte ⇒ Integer
The position of the last byte of the layer part within the overall image layer.
-
#registry_id ⇒ String
The Amazon Web Services account ID, or registry alias, that's associated with the registry that you're uploading layer parts to.
-
#repository_name ⇒ String
The name of the repository that you're uploading layer parts to.
-
#upload_id ⇒ String
The upload ID from a previous InitiateLayerUpload operation to associate with the layer part upload.
Instance Attribute Details
#layer_part_blob ⇒ String
The base64-encoded layer part payload.
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_byte ⇒ Integer
The position of the first byte of the layer part witin the overall image layer.
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_byte ⇒ Integer
The position of the last byte of the layer part within the overall image layer.
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_id ⇒ String
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.
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_name ⇒ String
The name of the repository that you're uploading layer parts to.
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_id ⇒ String
The upload ID from a previous InitiateLayerUpload operation to associate with the layer part upload.
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 |