Class: Aws::Types::ReferencedImageDetail
- Inherits:
-
Object
- Object
- Aws::Types::ReferencedImageDetail
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#artifact_media_type ⇒ ::String
Returns the value of attribute artifact_media_type.
-
#image_digest ⇒ ::String
Returns the value of attribute image_digest.
-
#image_manifest_media_type ⇒ ::String
Returns the value of attribute image_manifest_media_type.
-
#image_pushed_at ⇒ ::Time
Returns the value of attribute image_pushed_at.
-
#image_size_in_bytes ⇒ ::Integer
Returns the value of attribute image_size_in_bytes.
Instance Attribute Details
#artifact_media_type ⇒ ::String
Returns the value of attribute artifact_media_type.
381 382 383 |
# File 'sig/types.rbs', line 381 def artifact_media_type @artifact_media_type end |
#image_digest ⇒ ::String
Returns the value of attribute image_digest.
377 378 379 |
# File 'sig/types.rbs', line 377 def image_digest @image_digest end |
#image_manifest_media_type ⇒ ::String
Returns the value of attribute image_manifest_media_type.
380 381 382 |
# File 'sig/types.rbs', line 380 def image_manifest_media_type @image_manifest_media_type end |
#image_pushed_at ⇒ ::Time
Returns the value of attribute image_pushed_at.
379 380 381 |
# File 'sig/types.rbs', line 379 def image_pushed_at @image_pushed_at end |
#image_size_in_bytes ⇒ ::Integer
Returns the value of attribute image_size_in_bytes.
378 379 380 |
# File 'sig/types.rbs', line 378 def image_size_in_bytes @image_size_in_bytes end |