Class: Aws::Types::ImageDetail
- Inherits:
-
Object
- Object
- Aws::Types::ImageDetail
- 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.
-
#image_tags ⇒ ::Array[::String]
Returns the value of attribute image_tags.
-
#registry_id ⇒ ::String
Returns the value of attribute registry_id.
-
#repository_name ⇒ ::String
Returns the value of attribute repository_name.
Instance Attribute Details
#artifact_media_type ⇒ ::String
Returns the value of attribute artifact_media_type.
219 220 221 |
# File 'sig/types.rbs', line 219 def artifact_media_type @artifact_media_type end |
#image_digest ⇒ ::String
Returns the value of attribute image_digest.
214 215 216 |
# File 'sig/types.rbs', line 214 def image_digest @image_digest end |
#image_manifest_media_type ⇒ ::String
Returns the value of attribute image_manifest_media_type.
218 219 220 |
# File 'sig/types.rbs', line 218 def image_manifest_media_type @image_manifest_media_type end |
#image_pushed_at ⇒ ::Time
Returns the value of attribute image_pushed_at.
217 218 219 |
# File 'sig/types.rbs', line 217 def image_pushed_at @image_pushed_at end |
#image_size_in_bytes ⇒ ::Integer
Returns the value of attribute image_size_in_bytes.
216 217 218 |
# File 'sig/types.rbs', line 216 def image_size_in_bytes @image_size_in_bytes end |
#image_tags ⇒ ::Array[::String]
Returns the value of attribute image_tags.
215 216 217 |
# File 'sig/types.rbs', line 215 def @image_tags end |
#registry_id ⇒ ::String
Returns the value of attribute registry_id.
212 213 214 |
# File 'sig/types.rbs', line 212 def registry_id @registry_id end |
#repository_name ⇒ ::String
Returns the value of attribute repository_name.
213 214 215 |
# File 'sig/types.rbs', line 213 def repository_name @repository_name end |