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