Class: Aws::Types::CreateThreatOutput
- Inherits:
-
Object
- Object
- Aws::Types::CreateThreatOutput
- 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.
825 826 827 |
# File 'sig/types.rbs', line 825 def anchor @anchor end |
#comments ⇒ ::String
Returns the value of attribute comments.
817 818 819 |
# File 'sig/types.rbs', line 817 def comments @comments end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
830 831 832 |
# File 'sig/types.rbs', line 830 def created_at @created_at end |
#created_by ⇒ "CUSTOMER", "AGENT"
Returns the value of attribute created_by.
828 829 830 |
# File 'sig/types.rbs', line 828 def created_by @created_by end |
#evidence ⇒ ::Array[Types::ThreatEvidenceShape]
Returns the value of attribute evidence.
826 827 828 |
# File 'sig/types.rbs', line 826 def evidence @evidence end |
#impacted_assets ⇒ ::Array[::String]
Returns the value of attribute impacted_assets.
824 825 826 |
# File 'sig/types.rbs', line 824 def impacted_assets @impacted_assets end |
#impacted_goal ⇒ ::Array[::String]
Returns the value of attribute impacted_goal.
823 824 825 |
# File 'sig/types.rbs', line 823 def impacted_goal @impacted_goal end |
#prerequisites ⇒ ::String
Returns the value of attribute prerequisites.
820 821 822 |
# File 'sig/types.rbs', line 820 def prerequisites @prerequisites end |
#recommendation ⇒ ::String
Returns the value of attribute recommendation.
827 828 829 |
# File 'sig/types.rbs', line 827 def recommendation @recommendation end |
#severity ⇒ "CRITICAL", ...
Returns the value of attribute severity.
815 816 817 |
# File 'sig/types.rbs', line 815 def severity @severity end |
#statement ⇒ ::String
Returns the value of attribute statement.
814 815 816 |
# File 'sig/types.rbs', line 814 def statement @statement end |
#status ⇒ "OPEN", ...
Returns the value of attribute status.
816 817 818 |
# File 'sig/types.rbs', line 816 def status @status end |
#stride ⇒ ::Array[("SPOOFING" | "TAMPERING" | "REPUDIATION" | "INFORMATION_DISCLOSURE" | "DENIAL_OF_SERVICE" | "ELEVATION_OF_PRIVILEGE")]
Returns the value of attribute stride.
818 819 820 |
# File 'sig/types.rbs', line 818 def stride @stride end |
#threat_action ⇒ ::String
Returns the value of attribute threat_action.
821 822 823 |
# File 'sig/types.rbs', line 821 def threat_action @threat_action end |
#threat_id ⇒ ::String
Returns the value of attribute threat_id.
811 812 813 |
# File 'sig/types.rbs', line 811 def threat_id @threat_id end |
#threat_impact ⇒ ::String
Returns the value of attribute threat_impact.
822 823 824 |
# File 'sig/types.rbs', line 822 def threat_impact @threat_impact end |
#threat_job_id ⇒ ::String
Returns the value of attribute threat_job_id.
812 813 814 |
# File 'sig/types.rbs', line 812 def threat_job_id @threat_job_id end |
#threat_source ⇒ ::String
Returns the value of attribute threat_source.
819 820 821 |
# File 'sig/types.rbs', line 819 def threat_source @threat_source end |
#title ⇒ ::String
Returns the value of attribute title.
813 814 815 |
# File 'sig/types.rbs', line 813 def title @title end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
831 832 833 |
# File 'sig/types.rbs', line 831 def updated_at @updated_at end |
#updated_by ⇒ "CUSTOMER", "AGENT"
Returns the value of attribute updated_by.
829 830 831 |
# File 'sig/types.rbs', line 829 def updated_by @updated_by end |