Class: Aws::Types::ThreatSummary
- Inherits:
-
Object
- Object
- Aws::Types::ThreatSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#created_by ⇒ "CUSTOMER", "AGENT"
Returns the value of attribute created_by.
-
#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_id ⇒ ::String
Returns the value of attribute threat_id.
-
#threat_job_id ⇒ ::String
Returns the value of attribute threat_job_id.
-
#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
#created_at ⇒ ::Time
Returns the value of attribute created_at.
2190 2191 2192 |
# File 'sig/types.rbs', line 2190 def created_at @created_at end |
#created_by ⇒ "CUSTOMER", "AGENT"
Returns the value of attribute created_by.
2188 2189 2190 |
# File 'sig/types.rbs', line 2188 def created_by @created_by end |
#severity ⇒ "CRITICAL", ...
Returns the value of attribute severity.
2185 2186 2187 |
# File 'sig/types.rbs', line 2185 def severity @severity end |
#statement ⇒ ::String
Returns the value of attribute statement.
2184 2185 2186 |
# File 'sig/types.rbs', line 2184 def statement @statement end |
#status ⇒ "OPEN", ...
Returns the value of attribute status.
2186 2187 2188 |
# File 'sig/types.rbs', line 2186 def status @status end |
#stride ⇒ ::Array[("SPOOFING" | "TAMPERING" | "REPUDIATION" | "INFORMATION_DISCLOSURE" | "DENIAL_OF_SERVICE" | "ELEVATION_OF_PRIVILEGE")]
Returns the value of attribute stride.
2187 2188 2189 |
# File 'sig/types.rbs', line 2187 def stride @stride end |
#threat_id ⇒ ::String
Returns the value of attribute threat_id.
2181 2182 2183 |
# File 'sig/types.rbs', line 2181 def threat_id @threat_id end |
#threat_job_id ⇒ ::String
Returns the value of attribute threat_job_id.
2182 2183 2184 |
# File 'sig/types.rbs', line 2182 def threat_job_id @threat_job_id end |
#title ⇒ ::String
Returns the value of attribute title.
2183 2184 2185 |
# File 'sig/types.rbs', line 2183 def title @title end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
2191 2192 2193 |
# File 'sig/types.rbs', line 2191 def updated_at @updated_at end |
#updated_by ⇒ "CUSTOMER", "AGENT"
Returns the value of attribute updated_by.
2189 2190 2191 |
# File 'sig/types.rbs', line 2189 def updated_by @updated_by end |