Class: Aws::Types::UpdateThreatInput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateThreatInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#agent_space_id ⇒ ::String
Returns the value of attribute agent_space_id.
-
#anchor ⇒ Types::ThreatAnchorShape
Returns the value of attribute anchor.
-
#comments ⇒ ::String
Returns the value of attribute comments.
-
#evidence ⇒ ::Array[Types::ThreatEvidenceShape]
Returns the value of attribute evidence.
-
#impacted_assets ⇒ ::Array[::String]
Returns the value of attribute impacted_assets.
-
#impacted_goal ⇒ ::Array[::String]
Returns the value of attribute impacted_goal.
-
#prerequisites ⇒ ::String
Returns the value of attribute prerequisites.
-
#recommendation ⇒ ::String
Returns the value of attribute recommendation.
-
#severity ⇒ "CRITICAL", ...
Returns the value of attribute severity.
-
#statement ⇒ ::String
Returns the value of attribute statement.
-
#status ⇒ "OPEN", ...
Returns the value of attribute status.
-
#threat_action ⇒ ::String
Returns the value of attribute threat_action.
-
#threat_id ⇒ ::String
Returns the value of attribute threat_id.
-
#threat_impact ⇒ ::String
Returns the value of attribute threat_impact.
-
#threat_source ⇒ ::String
Returns the value of attribute threat_source.
-
#title ⇒ ::String
Returns the value of attribute title.
Instance Attribute Details
#agent_space_id ⇒ ::String
Returns the value of attribute agent_space_id.
2392 2393 2394 |
# File 'sig/types.rbs', line 2392 def agent_space_id @agent_space_id end |
#anchor ⇒ Types::ThreatAnchorShape
Returns the value of attribute anchor.
2404 2405 2406 |
# File 'sig/types.rbs', line 2404 def anchor @anchor end |
#comments ⇒ ::String
Returns the value of attribute comments.
2395 2396 2397 |
# File 'sig/types.rbs', line 2395 def comments @comments end |
#evidence ⇒ ::Array[Types::ThreatEvidenceShape]
Returns the value of attribute evidence.
2405 2406 2407 |
# File 'sig/types.rbs', line 2405 def evidence @evidence end |
#impacted_assets ⇒ ::Array[::String]
Returns the value of attribute impacted_assets.
2403 2404 2405 |
# File 'sig/types.rbs', line 2403 def impacted_assets @impacted_assets end |
#impacted_goal ⇒ ::Array[::String]
Returns the value of attribute impacted_goal.
2402 2403 2404 |
# File 'sig/types.rbs', line 2402 def impacted_goal @impacted_goal end |
#prerequisites ⇒ ::String
Returns the value of attribute prerequisites.
2399 2400 2401 |
# File 'sig/types.rbs', line 2399 def prerequisites @prerequisites end |
#recommendation ⇒ ::String
Returns the value of attribute recommendation.
2406 2407 2408 |
# File 'sig/types.rbs', line 2406 def recommendation @recommendation end |
#severity ⇒ "CRITICAL", ...
Returns the value of attribute severity.
2397 2398 2399 |
# File 'sig/types.rbs', line 2397 def severity @severity end |
#statement ⇒ ::String
Returns the value of attribute statement.
2396 2397 2398 |
# File 'sig/types.rbs', line 2396 def statement @statement end |
#status ⇒ "OPEN", ...
Returns the value of attribute status.
2394 2395 2396 |
# File 'sig/types.rbs', line 2394 def status @status end |
#threat_action ⇒ ::String
Returns the value of attribute threat_action.
2400 2401 2402 |
# File 'sig/types.rbs', line 2400 def threat_action @threat_action end |
#threat_id ⇒ ::String
Returns the value of attribute threat_id.
2391 2392 2393 |
# File 'sig/types.rbs', line 2391 def threat_id @threat_id end |
#threat_impact ⇒ ::String
Returns the value of attribute threat_impact.
2401 2402 2403 |
# File 'sig/types.rbs', line 2401 def threat_impact @threat_impact end |
#threat_source ⇒ ::String
Returns the value of attribute threat_source.
2398 2399 2400 |
# File 'sig/types.rbs', line 2398 def threat_source @threat_source end |
#title ⇒ ::String
Returns the value of attribute title.
2393 2394 2395 |
# File 'sig/types.rbs', line 2393 def title @title end |