Class: Aws::ECRPublic::Types::CompleteLayerUploadRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECRPublic::Types::CompleteLayerUploadRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ecrpublic/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, or registry alias, associated with the registry where layers are uploaded.
-
#repository_name ⇒ String
The name of the repository in a public registry 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.
148 149 150 151 152 153 154 155 |
# File 'lib/aws-sdk-ecrpublic/types.rb', line 148 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, or registry alias, associated with the registry where layers are uploaded. If you do not specify a registry, the default public registry is assumed.
148 149 150 151 152 153 154 155 |
# File 'lib/aws-sdk-ecrpublic/types.rb', line 148 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 in a public registry to associate with the image layer.
148 149 150 151 152 153 154 155 |
# File 'lib/aws-sdk-ecrpublic/types.rb', line 148 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.
148 149 150 151 152 153 154 155 |
# File 'lib/aws-sdk-ecrpublic/types.rb', line 148 class CompleteLayerUploadRequest < Struct.new( :registry_id, :repository_name, :upload_id, :layer_digests) SENSITIVE = [] include Aws::Structure end |