Class: Aws::ECRPublic::Types::PutImageRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECRPublic::Types::PutImageRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ecrpublic/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#image_digest ⇒ String
The image digest of the image manifest that corresponds to the image.
-
#image_manifest ⇒ String
The image manifest that corresponds to the image to be uploaded.
-
#image_manifest_media_type ⇒ String
The media type of the image manifest.
-
#image_tag ⇒ String
The tag to associate with the image.
-
#registry_id ⇒ String
The Amazon Web Services account ID, or registry alias, that’s associated with the public registry that contains the repository where the image is put.
-
#repository_name ⇒ String
The name of the repository where the image is put.
Instance Attribute Details
#image_digest ⇒ String
The image digest of the image manifest that corresponds to the image.
1212 1213 1214 1215 1216 1217 1218 1219 1220 1221 |
# File 'lib/aws-sdk-ecrpublic/types.rb', line 1212 class PutImageRequest < Struct.new( :registry_id, :repository_name, :image_manifest, :image_manifest_media_type, :image_tag, :image_digest) SENSITIVE = [] include Aws::Structure end |
#image_manifest ⇒ String
The image manifest that corresponds to the image to be uploaded.
1212 1213 1214 1215 1216 1217 1218 1219 1220 1221 |
# File 'lib/aws-sdk-ecrpublic/types.rb', line 1212 class PutImageRequest < Struct.new( :registry_id, :repository_name, :image_manifest, :image_manifest_media_type, :image_tag, :image_digest) SENSITIVE = [] include Aws::Structure end |
#image_manifest_media_type ⇒ String
The media type of the image manifest. If you push an image manifest that doesn’t contain the ‘mediaType` field, you must specify the `imageManifestMediaType` in the request.
1212 1213 1214 1215 1216 1217 1218 1219 1220 1221 |
# File 'lib/aws-sdk-ecrpublic/types.rb', line 1212 class PutImageRequest < Struct.new( :registry_id, :repository_name, :image_manifest, :image_manifest_media_type, :image_tag, :image_digest) SENSITIVE = [] include Aws::Structure end |
#image_tag ⇒ String
The tag to associate with the image. This parameter is required for images that use the Docker Image Manifest V2 Schema 2 or Open Container Initiative (OCI) formats.
1212 1213 1214 1215 1216 1217 1218 1219 1220 1221 |
# File 'lib/aws-sdk-ecrpublic/types.rb', line 1212 class PutImageRequest < Struct.new( :registry_id, :repository_name, :image_manifest, :image_manifest_media_type, :image_tag, :image_digest) SENSITIVE = [] include Aws::Structure end |
#registry_id ⇒ String
The Amazon Web Services account ID, or registry alias, that’s associated with the public registry that contains the repository where the image is put. If you do not specify a registry, the default public registry is assumed.
1212 1213 1214 1215 1216 1217 1218 1219 1220 1221 |
# File 'lib/aws-sdk-ecrpublic/types.rb', line 1212 class PutImageRequest < Struct.new( :registry_id, :repository_name, :image_manifest, :image_manifest_media_type, :image_tag, :image_digest) SENSITIVE = [] include Aws::Structure end |
#repository_name ⇒ String
The name of the repository where the image is put.
1212 1213 1214 1215 1216 1217 1218 1219 1220 1221 |
# File 'lib/aws-sdk-ecrpublic/types.rb', line 1212 class PutImageRequest < Struct.new( :registry_id, :repository_name, :image_manifest, :image_manifest_media_type, :image_tag, :image_digest) SENSITIVE = [] include Aws::Structure end |