Class: Aws::ECR::Types::CompleteLayerUploadRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECR::Types::CompleteLayerUploadRequest
- Defined in:
- gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#layer_digests ⇒ Array<String>
The
sha256
digest of the image layer. -
#registry_id ⇒ String
The Amazon Web Services account ID associated with the registry to which to upload layers.
-
#repository_name ⇒ String
The name of the repository to associate with the image layer.
-
#upload_id ⇒ String
The upload ID from a previous InitiateLayerUpload operation to associate with the image layer.
Instance Attribute Details
#layer_digests ⇒ Array<String>
The sha256
digest of the image layer.
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_id ⇒ String
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.
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_name ⇒ String
The name of the repository to associate with the image layer.
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_id ⇒ String
The upload ID from a previous InitiateLayerUpload operation to associate with the image layer.
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 |