Class: Aws::Types::Finding
- Inherits:
-
Object
- Object
- Aws::Types::Finding
- 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.
-
#code_vulnerability_details ⇒ Types::CodeVulnerabilityDetails
Returns the value of attribute code_vulnerability_details.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#epss ⇒ Types::EpssDetails
Returns the value of attribute epss.
-
#exploit_available ⇒ "YES", "NO"
Returns the value of attribute exploit_available.
-
#exploitability_details ⇒ Types::ExploitabilityDetails
Returns the value of attribute exploitability_details.
-
#finding_arn ⇒ ::String
Returns the value of attribute finding_arn.
-
#first_observed_at ⇒ ::Time
Returns the value of attribute first_observed_at.
-
#fix_available ⇒ "YES", ...
Returns the value of attribute fix_available.
-
#inspector_score ⇒ ::Float
Returns the value of attribute inspector_score.
-
#inspector_score_details ⇒ Types::InspectorScoreDetails
Returns the value of attribute inspector_score_details.
-
#last_observed_at ⇒ ::Time
Returns the value of attribute last_observed_at.
-
#network_reachability_details ⇒ Types::NetworkReachabilityDetails
Returns the value of attribute network_reachability_details.
-
#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.
-
#severity ⇒ "INFORMATIONAL", ...
Returns the value of attribute severity.
-
#status ⇒ "ACTIVE", ...
Returns the value of attribute status.
-
#title ⇒ ::String
Returns the value of attribute title.
-
#type ⇒ "NETWORK_REACHABILITY", ...
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.
1531 1532 1533 |
# File 'sig/types.rbs', line 1531 def aws_account_id @aws_account_id end |
#code_vulnerability_details ⇒ Types::CodeVulnerabilityDetails
Returns the value of attribute code_vulnerability_details.
1549 1550 1551 |
# File 'sig/types.rbs', line 1549 def code_vulnerability_details @code_vulnerability_details end |
#description ⇒ ::String
Returns the value of attribute description.
1533 1534 1535 |
# File 'sig/types.rbs', line 1533 def description @description end |
#epss ⇒ Types::EpssDetails
Returns the value of attribute epss.
1550 1551 1552 |
# File 'sig/types.rbs', line 1550 def epss @epss end |
#exploit_available ⇒ "YES", "NO"
Returns the value of attribute exploit_available.
1547 1548 1549 |
# File 'sig/types.rbs', line 1547 def exploit_available @exploit_available end |
#exploitability_details ⇒ Types::ExploitabilityDetails
Returns the value of attribute exploitability_details.
1548 1549 1550 |
# File 'sig/types.rbs', line 1548 def exploitability_details @exploitability_details end |
#finding_arn ⇒ ::String
Returns the value of attribute finding_arn.
1530 1531 1532 |
# File 'sig/types.rbs', line 1530 def finding_arn @finding_arn end |
#first_observed_at ⇒ ::Time
Returns the value of attribute first_observed_at.
1537 1538 1539 |
# File 'sig/types.rbs', line 1537 def first_observed_at @first_observed_at end |
#fix_available ⇒ "YES", ...
Returns the value of attribute fix_available.
1546 1547 1548 |
# File 'sig/types.rbs', line 1546 def fix_available @fix_available end |
#inspector_score ⇒ ::Float
Returns the value of attribute inspector_score.
1542 1543 1544 |
# File 'sig/types.rbs', line 1542 def inspector_score @inspector_score end |
#inspector_score_details ⇒ Types::InspectorScoreDetails
Returns the value of attribute inspector_score_details.
1543 1544 1545 |
# File 'sig/types.rbs', line 1543 def inspector_score_details @inspector_score_details end |
#last_observed_at ⇒ ::Time
Returns the value of attribute last_observed_at.
1538 1539 1540 |
# File 'sig/types.rbs', line 1538 def last_observed_at @last_observed_at end |
#network_reachability_details ⇒ Types::NetworkReachabilityDetails
Returns the value of attribute network_reachability_details.
1544 1545 1546 |
# File 'sig/types.rbs', line 1544 def network_reachability_details @network_reachability_details end |
#package_vulnerability_details ⇒ Types::PackageVulnerabilityDetails
Returns the value of attribute package_vulnerability_details.
1545 1546 1547 |
# File 'sig/types.rbs', line 1545 def package_vulnerability_details @package_vulnerability_details end |
#remediation ⇒ Types::Remediation
Returns the value of attribute remediation.
1535 1536 1537 |
# File 'sig/types.rbs', line 1535 def remediation @remediation end |
#resources ⇒ ::Array[Types::Resource]
Returns the value of attribute resources.
1541 1542 1543 |
# File 'sig/types.rbs', line 1541 def resources @resources end |
#severity ⇒ "INFORMATIONAL", ...
Returns the value of attribute severity.
1536 1537 1538 |
# File 'sig/types.rbs', line 1536 def severity @severity end |
#status ⇒ "ACTIVE", ...
Returns the value of attribute status.
1540 1541 1542 |
# File 'sig/types.rbs', line 1540 def status @status end |
#title ⇒ ::String
Returns the value of attribute title.
1534 1535 1536 |
# File 'sig/types.rbs', line 1534 def title @title end |
#type ⇒ "NETWORK_REACHABILITY", ...
Returns the value of attribute type.
1532 1533 1534 |
# File 'sig/types.rbs', line 1532 def type @type end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
1539 1540 1541 |
# File 'sig/types.rbs', line 1539 def updated_at @updated_at end |