Class: Aws::ECR::Types::CompleteLayerUploadResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECR::Types::CompleteLayerUploadResponse
- Defined in:
- gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#layer_digest ⇒ String
The
sha256
digest of the image layer. -
#registry_id ⇒ String
The registry ID associated with the request.
-
#repository_name ⇒ String
The repository name associated with the request.
-
#upload_id ⇒ String
The upload ID associated with the layer.
Instance Attribute Details
#layer_digest ⇒ String
The sha256
digest of the image layer.
332 333 334 335 336 337 338 339 |
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 332 class CompleteLayerUploadResponse < Struct.new( :registry_id, :repository_name, :upload_id, :layer_digest) SENSITIVE = [] include Aws::Structure end |
#registry_id ⇒ String
The registry ID associated with the request.
332 333 334 335 336 337 338 339 |
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 332 class CompleteLayerUploadResponse < Struct.new( :registry_id, :repository_name, :upload_id, :layer_digest) SENSITIVE = [] include Aws::Structure end |
#repository_name ⇒ String
The repository name associated with the request.
332 333 334 335 336 337 338 339 |
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 332 class CompleteLayerUploadResponse < Struct.new( :registry_id, :repository_name, :upload_id, :layer_digest) SENSITIVE = [] include Aws::Structure end |
#upload_id ⇒ String
The upload ID associated with the layer.
332 333 334 335 336 337 338 339 |
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 332 class CompleteLayerUploadResponse < Struct.new( :registry_id, :repository_name, :upload_id, :layer_digest) SENSITIVE = [] include Aws::Structure end |