Class: Aws::Types::Image
- Inherits:
-
Object
- Object
- Aws::Types::Image
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#image_id ⇒ Types::ImageIdentifier
Returns the value of attribute image_id.
-
#image_manifest ⇒ ::String
Returns the value of attribute image_manifest.
-
#image_manifest_media_type ⇒ ::String
Returns the value of attribute image_manifest_media_type.
-
#registry_id ⇒ ::String
Returns the value of attribute registry_id.
-
#repository_name ⇒ ::String
Returns the value of attribute repository_name.
Instance Attribute Details
#image_id ⇒ Types::ImageIdentifier
Returns the value of attribute image_id.
200 201 202 |
# File 'sig/types.rbs', line 200 def image_id @image_id end |
#image_manifest ⇒ ::String
Returns the value of attribute image_manifest.
201 202 203 |
# File 'sig/types.rbs', line 201 def image_manifest @image_manifest end |
#image_manifest_media_type ⇒ ::String
Returns the value of attribute image_manifest_media_type.
202 203 204 |
# File 'sig/types.rbs', line 202 def image_manifest_media_type @image_manifest_media_type end |
#registry_id ⇒ ::String
Returns the value of attribute registry_id.
198 199 200 |
# File 'sig/types.rbs', line 198 def registry_id @registry_id end |
#repository_name ⇒ ::String
Returns the value of attribute repository_name.
199 200 201 |
# File 'sig/types.rbs', line 199 def repository_name @repository_name end |