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.
948 949 950 |
# File 'sig/types.rbs', line 948 def image_digest @image_digest end |
#image_manifest ⇒ ::String
Returns the value of attribute image_manifest.
945 946 947 |
# File 'sig/types.rbs', line 945 def image_manifest @image_manifest end |
#image_manifest_media_type ⇒ ::String
Returns the value of attribute image_manifest_media_type.
946 947 948 |
# File 'sig/types.rbs', line 946 def image_manifest_media_type @image_manifest_media_type end |
#image_tag ⇒ ::String
Returns the value of attribute image_tag.
947 948 949 |
# File 'sig/types.rbs', line 947 def image_tag @image_tag end |
#registry_id ⇒ ::String
Returns the value of attribute registry_id.
943 944 945 |
# File 'sig/types.rbs', line 943 def registry_id @registry_id end |
#repository_name ⇒ ::String
Returns the value of attribute repository_name.
944 945 946 |
# File 'sig/types.rbs', line 944 def repository_name @repository_name end |