Class: Aws::Types::CreateThreatInput
- Inherits:
-
Object
- Object
- Aws::Types::CreateThreatInput
- 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.
-
#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_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.
Instance Attribute Details
#agent_space_id ⇒ ::String
Returns the value of attribute agent_space_id.
763 764 765 |
# File 'sig/types.rbs', line 763 def agent_space_id @agent_space_id end |
#anchor ⇒ Types::ThreatAnchorShape
Returns the value of attribute anchor.
776 777 778 |
# File 'sig/types.rbs', line 776 def anchor @anchor end |
#comments ⇒ ::String
Returns the value of attribute comments.
768 769 770 |
# File 'sig/types.rbs', line 768 def comments @comments end |
#evidence ⇒ ::Array[Types::ThreatEvidenceShape]
Returns the value of attribute evidence.
777 778 779 |
# File 'sig/types.rbs', line 777 def evidence @evidence end |
#impacted_assets ⇒ ::Array[::String]
Returns the value of attribute impacted_assets.
775 776 777 |
# File 'sig/types.rbs', line 775 def impacted_assets @impacted_assets end |
#impacted_goal ⇒ ::Array[::String]
Returns the value of attribute impacted_goal.
774 775 776 |
# File 'sig/types.rbs', line 774 def impacted_goal @impacted_goal end |
#prerequisites ⇒ ::String
Returns the value of attribute prerequisites.
771 772 773 |
# File 'sig/types.rbs', line 771 def prerequisites @prerequisites end |
#recommendation ⇒ ::String
Returns the value of attribute recommendation.
778 779 780 |
# File 'sig/types.rbs', line 778 def recommendation @recommendation end |
#severity ⇒ "CRITICAL", ...
Returns the value of attribute severity.
767 768 769 |
# File 'sig/types.rbs', line 767 def severity @severity end |
#statement ⇒ ::String
Returns the value of attribute statement.
766 767 768 |
# File 'sig/types.rbs', line 766 def statement @statement end |
#stride ⇒ ::Array[("SPOOFING" | "TAMPERING" | "REPUDIATION" | "INFORMATION_DISCLOSURE" | "DENIAL_OF_SERVICE" | "ELEVATION_OF_PRIVILEGE")]
Returns the value of attribute stride.
769 770 771 |
# File 'sig/types.rbs', line 769 def stride @stride end |
#threat_action ⇒ ::String
Returns the value of attribute threat_action.
772 773 774 |
# File 'sig/types.rbs', line 772 def threat_action @threat_action end |
#threat_impact ⇒ ::String
Returns the value of attribute threat_impact.
773 774 775 |
# File 'sig/types.rbs', line 773 def threat_impact @threat_impact end |
#threat_job_id ⇒ ::String
Returns the value of attribute threat_job_id.
764 765 766 |
# File 'sig/types.rbs', line 764 def threat_job_id @threat_job_id end |
#threat_source ⇒ ::String
Returns the value of attribute threat_source.
770 771 772 |
# File 'sig/types.rbs', line 770 def threat_source @threat_source end |
#title ⇒ ::String
Returns the value of attribute title.
765 766 767 |
# File 'sig/types.rbs', line 765 def title @title end |