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.
788 789 790 |
# File 'sig/types.rbs', line 788 def agent_space_id @agent_space_id end |
#anchor ⇒ Types::ThreatAnchorShape
Returns the value of attribute anchor.
801 802 803 |
# File 'sig/types.rbs', line 801 def anchor @anchor end |
#comments ⇒ ::String
Returns the value of attribute comments.
793 794 795 |
# File 'sig/types.rbs', line 793 def comments @comments end |
#evidence ⇒ ::Array[Types::ThreatEvidenceShape]
Returns the value of attribute evidence.
802 803 804 |
# File 'sig/types.rbs', line 802 def evidence @evidence end |
#impacted_assets ⇒ ::Array[::String]
Returns the value of attribute impacted_assets.
800 801 802 |
# File 'sig/types.rbs', line 800 def impacted_assets @impacted_assets end |
#impacted_goal ⇒ ::Array[::String]
Returns the value of attribute impacted_goal.
799 800 801 |
# File 'sig/types.rbs', line 799 def impacted_goal @impacted_goal end |
#prerequisites ⇒ ::String
Returns the value of attribute prerequisites.
796 797 798 |
# File 'sig/types.rbs', line 796 def prerequisites @prerequisites end |
#recommendation ⇒ ::String
Returns the value of attribute recommendation.
803 804 805 |
# File 'sig/types.rbs', line 803 def recommendation @recommendation end |
#severity ⇒ "CRITICAL", ...
Returns the value of attribute severity.
792 793 794 |
# File 'sig/types.rbs', line 792 def severity @severity end |
#statement ⇒ ::String
Returns the value of attribute statement.
791 792 793 |
# File 'sig/types.rbs', line 791 def statement @statement end |
#stride ⇒ ::Array[("SPOOFING" | "TAMPERING" | "REPUDIATION" | "INFORMATION_DISCLOSURE" | "DENIAL_OF_SERVICE" | "ELEVATION_OF_PRIVILEGE")]
Returns the value of attribute stride.
794 795 796 |
# File 'sig/types.rbs', line 794 def stride @stride end |
#threat_action ⇒ ::String
Returns the value of attribute threat_action.
797 798 799 |
# File 'sig/types.rbs', line 797 def threat_action @threat_action end |
#threat_impact ⇒ ::String
Returns the value of attribute threat_impact.
798 799 800 |
# File 'sig/types.rbs', line 798 def threat_impact @threat_impact end |
#threat_job_id ⇒ ::String
Returns the value of attribute threat_job_id.
789 790 791 |
# File 'sig/types.rbs', line 789 def threat_job_id @threat_job_id end |
#threat_source ⇒ ::String
Returns the value of attribute threat_source.
795 796 797 |
# File 'sig/types.rbs', line 795 def threat_source @threat_source end |
#title ⇒ ::String
Returns the value of attribute title.
790 791 792 |
# File 'sig/types.rbs', line 790 def title @title end |