Class: Aws::ECR::Types::UploadLayerPartRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECR::Types::UploadLayerPartRequest
- Defined in:
- gems/aws-sdk-ecr/lib/aws-sdk-ecr/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 associated with the registry to which you are uploading layer parts.
-
#repository_name ⇒ String
The name of the repository to which you are uploading layer parts.
-
#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.
4454 4455 4456 4457 4458 4459 4460 4461 4462 4463 |
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 4454 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.
4454 4455 4456 4457 4458 4459 4460 4461 4462 4463 |
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 4454 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.
4454 4455 4456 4457 4458 4459 4460 4461 4462 4463 |
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 4454 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 associated with the registry to which you are uploading layer parts. If you do not specify a registry, the default registry is assumed.
4454 4455 4456 4457 4458 4459 4460 4461 4462 4463 |
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 4454 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 to which you are uploading layer parts.
4454 4455 4456 4457 4458 4459 4460 4461 4462 4463 |
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 4454 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.
4454 4455 4456 4457 4458 4459 4460 4461 4462 4463 |
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 4454 class UploadLayerPartRequest < Struct.new( :registry_id, :repository_name, :upload_id, :part_first_byte, :part_last_byte, :layer_part_blob) SENSITIVE = [] include Aws::Structure end |