Class: Aws::ECR::Types::UploadLayerPartRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ecr/lib/aws-sdk-ecr/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)


3910
3911
3912
3913
3914
3915
3916
3917
3918
3919
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 3910

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)


3910
3911
3912
3913
3914
3915
3916
3917
3918
3919
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 3910

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)


3910
3911
3912
3913
3914
3915
3916
3917
3918
3919
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 3910

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 associated with the registry to which you are uploading layer parts. If you do not specify a registry, the default registry is assumed.

Returns:

  • (String)


3910
3911
3912
3913
3914
3915
3916
3917
3918
3919
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 3910

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 to which you are uploading layer parts.

Returns:

  • (String)


3910
3911
3912
3913
3914
3915
3916
3917
3918
3919
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 3910

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)


3910
3911
3912
3913
3914
3915
3916
3917
3918
3919
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 3910

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