Class: Aws::Types::PutImageRequest
- Inherits:
-
Object
- Object
- Aws::Types::PutImageRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#image_digest ⇒ ::String
Returns the value of attribute image_digest.
-
#image_manifest ⇒ ::String
Returns the value of attribute image_manifest.
-
#image_manifest_media_type ⇒ ::String
Returns the value of attribute image_manifest_media_type.
-
#image_tag ⇒ ::String
Returns the value of attribute image_tag.
-
#registry_id ⇒ ::String
Returns the value of attribute registry_id.
-
#repository_name ⇒ ::String
Returns the value of attribute repository_name.
Instance Attribute Details
#image_digest ⇒ ::String
Returns the value of attribute image_digest.
345 346 347 |
# File 'sig/types.rbs', line 345 def image_digest @image_digest end |
#image_manifest ⇒ ::String
Returns the value of attribute image_manifest.
342 343 344 |
# File 'sig/types.rbs', line 342 def image_manifest @image_manifest end |
#image_manifest_media_type ⇒ ::String
Returns the value of attribute image_manifest_media_type.
343 344 345 |
# File 'sig/types.rbs', line 343 def image_manifest_media_type @image_manifest_media_type end |
#image_tag ⇒ ::String
Returns the value of attribute image_tag.
344 345 346 |
# File 'sig/types.rbs', line 344 def image_tag @image_tag end |
#registry_id ⇒ ::String
Returns the value of attribute registry_id.
340 341 342 |
# File 'sig/types.rbs', line 340 def registry_id @registry_id end |
#repository_name ⇒ ::String
Returns the value of attribute repository_name.
341 342 343 |
# File 'sig/types.rbs', line 341 def repository_name @repository_name end |