Class: Aws::Types::EnhancedImageScanFinding
- Inherits:
-
Object
- Object
- Aws::Types::EnhancedImageScanFinding
- 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.
-
#exploit_available ⇒ ::String
Returns the value of attribute exploit_available.
-
#finding_arn ⇒ ::String
Returns the value of attribute finding_arn.
-
#first_observed_at ⇒ ::Time
Returns the value of attribute first_observed_at.
-
#fix_available ⇒ ::String
Returns the value of attribute fix_available.
-
#last_observed_at ⇒ ::Time
Returns the value of attribute last_observed_at.
-
#package_vulnerability_details ⇒ Types::PackageVulnerabilityDetails
Returns the value of attribute package_vulnerability_details.
-
#remediation ⇒ Types::Remediation
Returns the value of attribute remediation.
-
#resources ⇒ ::Array[Types::Resource]
Returns the value of attribute resources.
-
#score ⇒ ::Float
Returns the value of attribute score.
-
#score_details ⇒ Types::ScoreDetails
Returns the value of attribute score_details.
-
#severity ⇒ ::String
Returns the value of attribute severity.
-
#status ⇒ ::String
Returns the value of attribute status.
-
#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.
426 427 428 |
# File 'sig/types.rbs', line 426 def aws_account_id @aws_account_id end |
#description ⇒ ::String
Returns the value of attribute description.
427 428 429 |
# File 'sig/types.rbs', line 427 def description @description end |
#exploit_available ⇒ ::String
Returns the value of attribute exploit_available.
442 443 444 |
# File 'sig/types.rbs', line 442 def exploit_available @exploit_available end |
#finding_arn ⇒ ::String
Returns the value of attribute finding_arn.
428 429 430 |
# File 'sig/types.rbs', line 428 def finding_arn @finding_arn end |
#first_observed_at ⇒ ::Time
Returns the value of attribute first_observed_at.
429 430 431 |
# File 'sig/types.rbs', line 429 def first_observed_at @first_observed_at end |
#fix_available ⇒ ::String
Returns the value of attribute fix_available.
441 442 443 |
# File 'sig/types.rbs', line 441 def fix_available @fix_available end |
#last_observed_at ⇒ ::Time
Returns the value of attribute last_observed_at.
430 431 432 |
# File 'sig/types.rbs', line 430 def last_observed_at @last_observed_at end |
#package_vulnerability_details ⇒ Types::PackageVulnerabilityDetails
Returns the value of attribute package_vulnerability_details.
431 432 433 |
# File 'sig/types.rbs', line 431 def package_vulnerability_details @package_vulnerability_details end |
#remediation ⇒ Types::Remediation
Returns the value of attribute remediation.
432 433 434 |
# File 'sig/types.rbs', line 432 def remediation @remediation end |
#resources ⇒ ::Array[Types::Resource]
Returns the value of attribute resources.
433 434 435 |
# File 'sig/types.rbs', line 433 def resources @resources end |
#score ⇒ ::Float
Returns the value of attribute score.
434 435 436 |
# File 'sig/types.rbs', line 434 def score @score end |
#score_details ⇒ Types::ScoreDetails
Returns the value of attribute score_details.
435 436 437 |
# File 'sig/types.rbs', line 435 def score_details @score_details end |
#severity ⇒ ::String
Returns the value of attribute severity.
436 437 438 |
# File 'sig/types.rbs', line 436 def severity @severity end |
#status ⇒ ::String
Returns the value of attribute status.
437 438 439 |
# File 'sig/types.rbs', line 437 def status @status end |
#title ⇒ ::String
Returns the value of attribute title.
438 439 440 |
# File 'sig/types.rbs', line 438 def title @title end |
#type ⇒ ::String
Returns the value of attribute type.
439 440 441 |
# File 'sig/types.rbs', line 439 def type @type end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
440 441 442 |
# File 'sig/types.rbs', line 440 def updated_at @updated_at end |