Class: Aws::Types::ImageScanFinding
- Inherits:
-
Object
- Object
- Aws::Types::ImageScanFinding
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#first_observed_at ⇒ ::Time
Returns the value of attribute first_observed_at.
-
#fix_available ⇒ ::String
Returns the value of attribute fix_available.
-
#image_build_version_arn ⇒ ::String
Returns the value of attribute image_build_version_arn.
-
#image_pipeline_arn ⇒ ::String
Returns the value of attribute image_pipeline_arn.
-
#inspector_score ⇒ ::Float
Returns the value of attribute inspector_score.
-
#inspector_score_details ⇒ Types::InspectorScoreDetails
Returns the value of attribute inspector_score_details.
-
#package_vulnerability_details ⇒ Types::PackageVulnerabilityDetails
Returns the value of attribute package_vulnerability_details.
-
#remediation ⇒ Types::Remediation
Returns the value of attribute remediation.
-
#severity ⇒ ::String
Returns the value of attribute severity.
-
#title ⇒ ::String
Returns the value of attribute title.
-
#type ⇒ ::String
Returns the value of attribute type.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
Instance Attribute Details
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
1026 1027 1028 |
# File 'sig/types.rbs', line 1026 def aws_account_id @aws_account_id end |
#description ⇒ ::String
Returns the value of attribute description.
1030 1031 1032 |
# File 'sig/types.rbs', line 1030 def description @description end |
#first_observed_at ⇒ ::Time
Returns the value of attribute first_observed_at.
1034 1035 1036 |
# File 'sig/types.rbs', line 1034 def first_observed_at @first_observed_at end |
#fix_available ⇒ ::String
Returns the value of attribute fix_available.
1039 1040 1041 |
# File 'sig/types.rbs', line 1039 def fix_available @fix_available end |
#image_build_version_arn ⇒ ::String
Returns the value of attribute image_build_version_arn.
1027 1028 1029 |
# File 'sig/types.rbs', line 1027 def image_build_version_arn @image_build_version_arn end |
#image_pipeline_arn ⇒ ::String
Returns the value of attribute image_pipeline_arn.
1028 1029 1030 |
# File 'sig/types.rbs', line 1028 def image_pipeline_arn @image_pipeline_arn end |
#inspector_score ⇒ ::Float
Returns the value of attribute inspector_score.
1036 1037 1038 |
# File 'sig/types.rbs', line 1036 def inspector_score @inspector_score end |
#inspector_score_details ⇒ Types::InspectorScoreDetails
Returns the value of attribute inspector_score_details.
1037 1038 1039 |
# File 'sig/types.rbs', line 1037 def inspector_score_details @inspector_score_details end |
#package_vulnerability_details ⇒ Types::PackageVulnerabilityDetails
Returns the value of attribute package_vulnerability_details.
1038 1039 1040 |
# File 'sig/types.rbs', line 1038 def package_vulnerability_details @package_vulnerability_details end |
#remediation ⇒ Types::Remediation
Returns the value of attribute remediation.
1032 1033 1034 |
# File 'sig/types.rbs', line 1032 def remediation @remediation end |
#severity ⇒ ::String
Returns the value of attribute severity.
1033 1034 1035 |
# File 'sig/types.rbs', line 1033 def severity @severity end |
#title ⇒ ::String
Returns the value of attribute title.
1031 1032 1033 |
# File 'sig/types.rbs', line 1031 def title @title end |
#type ⇒ ::String
Returns the value of attribute type.
1029 1030 1031 |
# File 'sig/types.rbs', line 1029 def type @type end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
1035 1036 1037 |
# File 'sig/types.rbs', line 1035 def updated_at @updated_at end |