Class: Aws::Types::UpdateThreatOutput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateThreatOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#anchor ⇒ Types::ThreatAnchorShape
Returns the value of attribute anchor.
-
#comments ⇒ ::String
Returns the value of attribute comments.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#created_by ⇒ "CUSTOMER", "AGENT"
Returns the value of attribute created_by.
-
#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.
-
#stride ⇒ ::Array[("SPOOFING" | "TAMPERING" | "REPUDIATION" | "INFORMATION_DISCLOSURE" | "DENIAL_OF_SERVICE" | "ELEVATION_OF_PRIVILEGE")]
Returns the value of attribute stride.
-
#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_job_id ⇒ ::String
Returns the value of attribute threat_job_id.
-
#threat_source ⇒ ::String
Returns the value of attribute threat_source.
-
#title ⇒ ::String
Returns the value of attribute title.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
-
#updated_by ⇒ "CUSTOMER", "AGENT"
Returns the value of attribute updated_by.
Instance Attribute Details
#anchor ⇒ Types::ThreatAnchorShape
Returns the value of attribute anchor.
2451 2452 2453 |
# File 'sig/types.rbs', line 2451 def anchor @anchor end |
#comments ⇒ ::String
Returns the value of attribute comments.
2443 2444 2445 |
# File 'sig/types.rbs', line 2443 def comments @comments end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
2456 2457 2458 |
# File 'sig/types.rbs', line 2456 def created_at @created_at end |
#created_by ⇒ "CUSTOMER", "AGENT"
Returns the value of attribute created_by.
2454 2455 2456 |
# File 'sig/types.rbs', line 2454 def created_by @created_by end |
#evidence ⇒ ::Array[Types::ThreatEvidenceShape]
Returns the value of attribute evidence.
2452 2453 2454 |
# File 'sig/types.rbs', line 2452 def evidence @evidence end |
#impacted_assets ⇒ ::Array[::String]
Returns the value of attribute impacted_assets.
2450 2451 2452 |
# File 'sig/types.rbs', line 2450 def impacted_assets @impacted_assets end |
#impacted_goal ⇒ ::Array[::String]
Returns the value of attribute impacted_goal.
2449 2450 2451 |
# File 'sig/types.rbs', line 2449 def impacted_goal @impacted_goal end |
#prerequisites ⇒ ::String
Returns the value of attribute prerequisites.
2446 2447 2448 |
# File 'sig/types.rbs', line 2446 def prerequisites @prerequisites end |
#recommendation ⇒ ::String
Returns the value of attribute recommendation.
2453 2454 2455 |
# File 'sig/types.rbs', line 2453 def recommendation @recommendation end |
#severity ⇒ "CRITICAL", ...
Returns the value of attribute severity.
2441 2442 2443 |
# File 'sig/types.rbs', line 2441 def severity @severity end |
#statement ⇒ ::String
Returns the value of attribute statement.
2440 2441 2442 |
# File 'sig/types.rbs', line 2440 def statement @statement end |
#status ⇒ "OPEN", ...
Returns the value of attribute status.
2442 2443 2444 |
# File 'sig/types.rbs', line 2442 def status @status end |
#stride ⇒ ::Array[("SPOOFING" | "TAMPERING" | "REPUDIATION" | "INFORMATION_DISCLOSURE" | "DENIAL_OF_SERVICE" | "ELEVATION_OF_PRIVILEGE")]
Returns the value of attribute stride.
2444 2445 2446 |
# File 'sig/types.rbs', line 2444 def stride @stride end |
#threat_action ⇒ ::String
Returns the value of attribute threat_action.
2447 2448 2449 |
# File 'sig/types.rbs', line 2447 def threat_action @threat_action end |
#threat_id ⇒ ::String
Returns the value of attribute threat_id.
2437 2438 2439 |
# File 'sig/types.rbs', line 2437 def threat_id @threat_id end |
#threat_impact ⇒ ::String
Returns the value of attribute threat_impact.
2448 2449 2450 |
# File 'sig/types.rbs', line 2448 def threat_impact @threat_impact end |
#threat_job_id ⇒ ::String
Returns the value of attribute threat_job_id.
2438 2439 2440 |
# File 'sig/types.rbs', line 2438 def threat_job_id @threat_job_id end |
#threat_source ⇒ ::String
Returns the value of attribute threat_source.
2445 2446 2447 |
# File 'sig/types.rbs', line 2445 def threat_source @threat_source end |
#title ⇒ ::String
Returns the value of attribute title.
2439 2440 2441 |
# File 'sig/types.rbs', line 2439 def title @title end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
2457 2458 2459 |
# File 'sig/types.rbs', line 2457 def updated_at @updated_at end |
#updated_by ⇒ "CUSTOMER", "AGENT"
Returns the value of attribute updated_by.
2455 2456 2457 |
# File 'sig/types.rbs', line 2455 def updated_by @updated_by end |