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