Class: Aws::ECR::Types::CompleteLayerUploadRequest

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_digestsArray<String>

The sha256 digest of the image layer.

Returns:

  • (Array<String>)


305
306
307
308
309
310
311
312
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 305

class CompleteLayerUploadRequest < Struct.new(
  :registry_id,
  :repository_name,
  :upload_id,
  :layer_digests)
  SENSITIVE = []
  include Aws::Structure
end

#registry_idString

The Amazon Web Services account ID associated with the registry to which to upload layers. If you do not specify a registry, the default registry is assumed.

Returns:

  • (String)


305
306
307
308
309
310
311
312
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 305

class CompleteLayerUploadRequest < Struct.new(
  :registry_id,
  :repository_name,
  :upload_id,
  :layer_digests)
  SENSITIVE = []
  include Aws::Structure
end

#repository_nameString

The name of the repository to associate with the image layer.

Returns:

  • (String)


305
306
307
308
309
310
311
312
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 305

class CompleteLayerUploadRequest < Struct.new(
  :registry_id,
  :repository_name,
  :upload_id,
  :layer_digests)
  SENSITIVE = []
  include Aws::Structure
end

#upload_idString

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

Returns:

  • (String)


305
306
307
308
309
310
311
312
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 305

class CompleteLayerUploadRequest < Struct.new(
  :registry_id,
  :repository_name,
  :upload_id,
  :layer_digests)
  SENSITIVE = []
  include Aws::Structure
end