Class: Aws::Types::ImageDetail

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#artifact_media_type::String

Returns the value of attribute artifact_media_type.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Time)


590
591
592
# File 'sig/types.rbs', line 590

def image_pushed_at
  @image_pushed_at
end

#image_scan_findings_summaryTypes::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_statusTypes::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.

Returns:

  • (::Integer)


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.

Returns:

  • ("ACTIVE", "ARCHIVED", "ACTIVATING")


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.

Returns:

  • (::Array[::String])


588
589
590
# File 'sig/types.rbs', line 588

def image_tags
  @image_tags
end

#last_activated_at::Time

Returns the value of attribute last_activated_at.

Returns:

  • (::Time)


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.

Returns:

  • (::Time)


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.

Returns:

  • (::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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


596
597
598
# File 'sig/types.rbs', line 596

def subject_manifest_digest
  @subject_manifest_digest
end