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.
568 569 570 |
# File 'sig/types.rbs', line 568 def image_id @image_id end |
#image_manifest ⇒ ::String
Returns the value of attribute image_manifest.
569 570 571 |
# File 'sig/types.rbs', line 569 def image_manifest @image_manifest end |
#image_manifest_media_type ⇒ ::String
Returns the value of attribute image_manifest_media_type.
570 571 572 |
# File 'sig/types.rbs', line 570 def image_manifest_media_type @image_manifest_media_type end |
#registry_id ⇒ ::String
Returns the value of attribute registry_id.
566 567 568 |
# File 'sig/types.rbs', line 566 def registry_id @registry_id end |
#repository_name ⇒ ::String
Returns the value of attribute repository_name.
567 568 569 |
# File 'sig/types.rbs', line 567 def repository_name @repository_name end |