Class: Aws::Types::ContainerImageAggregationResponse
- Inherits:
-
Object
- Object
- Aws::Types::ContainerImageAggregationResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#architecture ⇒ ::String
Returns the value of attribute architecture.
-
#cloud_account_id ⇒ ::String
Returns the value of attribute cloud_account_id.
-
#cloud_org_id ⇒ ::String
Returns the value of attribute cloud_org_id.
-
#cloud_partition ⇒ ::String
Returns the value of attribute cloud_partition.
-
#cloud_provider ⇒ "AWS", "AZURE"
Returns the value of attribute cloud_provider.
-
#cloud_region ⇒ ::String
Returns the value of attribute cloud_region.
-
#exploit_available_active_findings_count ⇒ ::Integer
Returns the value of attribute exploit_available_active_findings_count.
-
#fix_available_active_findings_count ⇒ ::Integer
Returns the value of attribute fix_available_active_findings_count.
-
#image_digest ⇒ ::String
Returns the value of attribute image_digest.
-
#image_tags ⇒ ::Array[::String]
Returns the value of attribute image_tags.
-
#in_use_count ⇒ ::Integer
Returns the value of attribute in_use_count.
-
#last_in_use_at ⇒ ::Time
Returns the value of attribute last_in_use_at.
-
#registry ⇒ ::String
Returns the value of attribute registry.
-
#repository ⇒ ::String
Returns the value of attribute repository.
-
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
-
#severity_counts ⇒ Types::SeverityCounts
Returns the value of attribute severity_counts.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
885 886 887 |
# File 'sig/types.rbs', line 885 def account_id @account_id end |
#architecture ⇒ ::String
Returns the value of attribute architecture.
883 884 885 |
# File 'sig/types.rbs', line 883 def architecture @architecture end |
#cloud_account_id ⇒ ::String
Returns the value of attribute cloud_account_id.
876 877 878 |
# File 'sig/types.rbs', line 876 def cloud_account_id @cloud_account_id end |
#cloud_org_id ⇒ ::String
Returns the value of attribute cloud_org_id.
879 880 881 |
# File 'sig/types.rbs', line 879 def cloud_org_id @cloud_org_id end |
#cloud_partition ⇒ ::String
Returns the value of attribute cloud_partition.
877 878 879 |
# File 'sig/types.rbs', line 877 def cloud_partition @cloud_partition end |
#cloud_provider ⇒ "AWS", "AZURE"
Returns the value of attribute cloud_provider.
875 876 877 |
# File 'sig/types.rbs', line 875 def cloud_provider @cloud_provider end |
#cloud_region ⇒ ::String
Returns the value of attribute cloud_region.
878 879 880 |
# File 'sig/types.rbs', line 878 def cloud_region @cloud_region end |
#exploit_available_active_findings_count ⇒ ::Integer
Returns the value of attribute exploit_available_active_findings_count.
889 890 891 |
# File 'sig/types.rbs', line 889 def exploit_available_active_findings_count @exploit_available_active_findings_count end |
#fix_available_active_findings_count ⇒ ::Integer
Returns the value of attribute fix_available_active_findings_count.
890 891 892 |
# File 'sig/types.rbs', line 890 def fix_available_active_findings_count @fix_available_active_findings_count end |
#image_digest ⇒ ::String
Returns the value of attribute image_digest.
880 881 882 |
# File 'sig/types.rbs', line 880 def image_digest @image_digest end |
#image_tags ⇒ ::Array[::String]
Returns the value of attribute image_tags.
884 885 886 |
# File 'sig/types.rbs', line 884 def @image_tags end |
#in_use_count ⇒ ::Integer
Returns the value of attribute in_use_count.
888 889 890 |
# File 'sig/types.rbs', line 888 def in_use_count @in_use_count end |
#last_in_use_at ⇒ ::Time
Returns the value of attribute last_in_use_at.
887 888 889 |
# File 'sig/types.rbs', line 887 def last_in_use_at @last_in_use_at end |
#registry ⇒ ::String
Returns the value of attribute registry.
882 883 884 |
# File 'sig/types.rbs', line 882 def registry @registry end |
#repository ⇒ ::String
Returns the value of attribute repository.
881 882 883 |
# File 'sig/types.rbs', line 881 def repository @repository end |
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
874 875 876 |
# File 'sig/types.rbs', line 874 def resource_id @resource_id end |
#severity_counts ⇒ Types::SeverityCounts
Returns the value of attribute severity_counts.
886 887 888 |
# File 'sig/types.rbs', line 886 def severity_counts @severity_counts end |