Class: Aws::Types::HighestSeverityThreatDetails
- Inherits:
-
Object
- Object
- Aws::Types::HighestSeverityThreatDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#count ⇒ ::Integer
Returns the value of attribute count.
-
#severity ⇒ ::String
Returns the value of attribute severity.
-
#threat_name ⇒ ::String
Returns the value of attribute threat_name.
Instance Attribute Details
#count ⇒ ::Integer
Returns the value of attribute count.
1557 1558 1559 |
# File 'sig/types.rbs', line 1557 def count @count end |
#severity ⇒ ::String
Returns the value of attribute severity.
1555 1556 1557 |
# File 'sig/types.rbs', line 1555 def severity @severity end |
#threat_name ⇒ ::String
Returns the value of attribute threat_name.
1556 1557 1558 |
# File 'sig/types.rbs', line 1556 def threat_name @threat_name end |