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_scan_findings_summary ⇒ Types::ImageScanFindingsSummary
Returns the value of attribute image_scan_findings_summary.
-
#image_scan_status ⇒ Types::ImageScanStatus
Returns the value of attribute image_scan_status.
-
#image_size_in_bytes ⇒ ::Integer
Returns the value of attribute image_size_in_bytes.
-
#image_status ⇒ "ACTIVE", ...
Returns the value of attribute image_status.
-
#image_tags ⇒ ::Array[::String]
Returns the value of attribute image_tags.
-
#last_activated_at ⇒ ::Time
Returns the value of attribute last_activated_at.
-
#last_archived_at ⇒ ::Time
Returns the value of attribute last_archived_at.
-
#last_recorded_pull_time ⇒ ::Time
Returns the value of attribute last_recorded_pull_time.
-
#registry_id ⇒ ::String
Returns the value of attribute registry_id.
-
#repository_name ⇒ ::String
Returns the value of attribute repository_name.
-
#subject_manifest_digest ⇒ ::String
Returns the value of attribute subject_manifest_digest.
Instance Attribute Details
#artifact_media_type ⇒ ::String
Returns the value of attribute artifact_media_type.
594 595 596 |
# File 'sig/types.rbs', line 594 def artifact_media_type @artifact_media_type end |
#image_digest ⇒ ::String
Returns the value of attribute image_digest.
587 588 589 |
# File 'sig/types.rbs', line 587 def image_digest @image_digest end |
#image_manifest_media_type ⇒ ::String
Returns the value of attribute image_manifest_media_type.
593 594 595 |
# File 'sig/types.rbs', line 593 def image_manifest_media_type @image_manifest_media_type end |
#image_pushed_at ⇒ ::Time
Returns the value of attribute image_pushed_at.
590 591 592 |
# File 'sig/types.rbs', line 590 def image_pushed_at @image_pushed_at end |
#image_scan_findings_summary ⇒ Types::ImageScanFindingsSummary
Returns the value of attribute image_scan_findings_summary.
592 593 594 |
# File 'sig/types.rbs', line 592 def image_scan_findings_summary @image_scan_findings_summary end |
#image_scan_status ⇒ Types::ImageScanStatus
Returns the value of attribute image_scan_status.
591 592 593 |
# File 'sig/types.rbs', line 591 def image_scan_status @image_scan_status end |
#image_size_in_bytes ⇒ ::Integer
Returns the value of attribute image_size_in_bytes.
589 590 591 |
# File 'sig/types.rbs', line 589 def image_size_in_bytes @image_size_in_bytes end |
#image_status ⇒ "ACTIVE", ...
Returns the value of attribute image_status.
597 598 599 |
# File 'sig/types.rbs', line 597 def image_status @image_status end |
#image_tags ⇒ ::Array[::String]
Returns the value of attribute image_tags.
588 589 590 |
# File 'sig/types.rbs', line 588 def @image_tags end |
#last_activated_at ⇒ ::Time
Returns the value of attribute last_activated_at.
599 600 601 |
# File 'sig/types.rbs', line 599 def last_activated_at @last_activated_at end |
#last_archived_at ⇒ ::Time
Returns the value of attribute last_archived_at.
598 599 600 |
# File 'sig/types.rbs', line 598 def last_archived_at @last_archived_at end |
#last_recorded_pull_time ⇒ ::Time
Returns the value of attribute last_recorded_pull_time.
595 596 597 |
# File 'sig/types.rbs', line 595 def last_recorded_pull_time @last_recorded_pull_time end |
#registry_id ⇒ ::String
Returns the value of attribute registry_id.
585 586 587 |
# File 'sig/types.rbs', line 585 def registry_id @registry_id end |
#repository_name ⇒ ::String
Returns the value of attribute repository_name.
586 587 588 |
# File 'sig/types.rbs', line 586 def repository_name @repository_name end |
#subject_manifest_digest ⇒ ::String
Returns the value of attribute subject_manifest_digest.
596 597 598 |
# File 'sig/types.rbs', line 596 def subject_manifest_digest @subject_manifest_digest end |