Class: Aws::Types::SeverityCounts
- Inherits:
-
Object
- Object
- Aws::Types::SeverityCounts
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#all ⇒ ::Integer
Returns the value of attribute all.
-
#critical ⇒ ::Integer
Returns the value of attribute critical.
-
#high ⇒ ::Integer
Returns the value of attribute high.
-
#medium ⇒ ::Integer
Returns the value of attribute medium.
Instance Attribute Details
#all ⇒ ::Integer
Returns the value of attribute all.
1977 1978 1979 |
# File 'sig/types.rbs', line 1977 def all @all end |
#critical ⇒ ::Integer
Returns the value of attribute critical.
1978 1979 1980 |
# File 'sig/types.rbs', line 1978 def critical @critical end |
#high ⇒ ::Integer
Returns the value of attribute high.
1979 1980 1981 |
# File 'sig/types.rbs', line 1979 def high @high end |
#medium ⇒ ::Integer
Returns the value of attribute medium.
1980 1981 1982 |
# File 'sig/types.rbs', line 1980 def medium @medium end |