Class: Aws::ECRPublic::Types::CompleteLayerUploadResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECRPublic::Types::CompleteLayerUploadResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ecrpublic/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 public registry ID that’s associated with the request.
-
#repository_name ⇒ String
The repository name that’s associated with the request.
-
#upload_id ⇒ String
The upload ID that’s associated with the layer.
Instance Attribute Details
#layer_digest ⇒ String
The ‘sha256` digest of the image layer.
175 176 177 178 179 180 181 182 |
# File 'lib/aws-sdk-ecrpublic/types.rb', line 175 class CompleteLayerUploadResponse < Struct.new( :registry_id, :repository_name, :upload_id, :layer_digest) SENSITIVE = [] include Aws::Structure end |
#registry_id ⇒ String
The public registry ID that’s associated with the request.
175 176 177 178 179 180 181 182 |
# File 'lib/aws-sdk-ecrpublic/types.rb', line 175 class CompleteLayerUploadResponse < Struct.new( :registry_id, :repository_name, :upload_id, :layer_digest) SENSITIVE = [] include Aws::Structure end |
#repository_name ⇒ String
The repository name that’s associated with the request.
175 176 177 178 179 180 181 182 |
# File 'lib/aws-sdk-ecrpublic/types.rb', line 175 class CompleteLayerUploadResponse < Struct.new( :registry_id, :repository_name, :upload_id, :layer_digest) SENSITIVE = [] include Aws::Structure end |
#upload_id ⇒ String
The upload ID that’s associated with the layer.
175 176 177 178 179 180 181 182 |
# File 'lib/aws-sdk-ecrpublic/types.rb', line 175 class CompleteLayerUploadResponse < Struct.new( :registry_id, :repository_name, :upload_id, :layer_digest) SENSITIVE = [] include Aws::Structure end |