Class: Aws::Types::FindingDetail
- Inherits:
-
Object
- Object
- Aws::Types::FindingDetail
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cisa_data ⇒ Types::CisaData
Returns the value of attribute cisa_data.
-
#cwes ⇒ ::Array[::String]
Returns the value of attribute cwes.
-
#epss_score ⇒ ::Float
Returns the value of attribute epss_score.
-
#evidences ⇒ ::Array[Types::Evidence]
Returns the value of attribute evidences.
-
#exploit_observed ⇒ Types::ExploitObserved
Returns the value of attribute exploit_observed.
-
#finding_arn ⇒ ::String
Returns the value of attribute finding_arn.
-
#reference_urls ⇒ ::Array[::String]
Returns the value of attribute reference_urls.
-
#risk_score ⇒ ::Integer
Returns the value of attribute risk_score.
-
#tools ⇒ ::Array[::String]
Returns the value of attribute tools.
-
#ttps ⇒ ::Array[::String]
Returns the value of attribute ttps.
Instance Attribute Details
#cisa_data ⇒ Types::CisaData
Returns the value of attribute cisa_data.
1556 1557 1558 |
# File 'sig/types.rbs', line 1556 def cisa_data @cisa_data end |
#cwes ⇒ ::Array[::String]
Returns the value of attribute cwes.
1563 1564 1565 |
# File 'sig/types.rbs', line 1563 def cwes @cwes end |
#epss_score ⇒ ::Float
Returns the value of attribute epss_score.
1564 1565 1566 |
# File 'sig/types.rbs', line 1564 def epss_score @epss_score end |
#evidences ⇒ ::Array[Types::Evidence]
Returns the value of attribute evidences.
1558 1559 1560 |
# File 'sig/types.rbs', line 1558 def evidences @evidences end |
#exploit_observed ⇒ Types::ExploitObserved
Returns the value of attribute exploit_observed.
1561 1562 1563 |
# File 'sig/types.rbs', line 1561 def exploit_observed @exploit_observed end |
#finding_arn ⇒ ::String
Returns the value of attribute finding_arn.
1555 1556 1557 |
# File 'sig/types.rbs', line 1555 def finding_arn @finding_arn end |
#reference_urls ⇒ ::Array[::String]
Returns the value of attribute reference_urls.
1562 1563 1564 |
# File 'sig/types.rbs', line 1562 def reference_urls @reference_urls end |
#risk_score ⇒ ::Integer
Returns the value of attribute risk_score.
1557 1558 1559 |
# File 'sig/types.rbs', line 1557 def risk_score @risk_score end |
#tools ⇒ ::Array[::String]
Returns the value of attribute tools.
1560 1561 1562 |
# File 'sig/types.rbs', line 1560 def tools @tools end |
#ttps ⇒ ::Array[::String]
Returns the value of attribute ttps.
1559 1560 1561 |
# File 'sig/types.rbs', line 1559 def ttps @ttps end |