Class: Aws::Types::SeverityLevel
- Inherits:
-
Object
- Object
- Aws::Types::SeverityLevel
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#occurrences_threshold ⇒ ::Integer
Returns the value of attribute occurrences_threshold.
-
#severity ⇒ "LOW", ...
Returns the value of attribute severity.
Instance Attribute Details
#occurrences_threshold ⇒ ::Integer
Returns the value of attribute occurrences_threshold.
1732 1733 1734 |
# File 'sig/types.rbs', line 1732 def occurrences_threshold @occurrences_threshold end |
#severity ⇒ "LOW", ...
Returns the value of attribute severity.
1733 1734 1735 |
# File 'sig/types.rbs', line 1733 def severity @severity end |