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.
2630 2631 2632 |
# File 'sig/types.rbs', line 2630 def all @all end |
#critical ⇒ ::Integer
Returns the value of attribute critical.
2633 2634 2635 |
# File 'sig/types.rbs', line 2633 def critical @critical end |
#high ⇒ ::Integer
Returns the value of attribute high.
2632 2633 2634 |
# File 'sig/types.rbs', line 2632 def high @high end |
#medium ⇒ ::Integer
Returns the value of attribute medium.
2631 2632 2633 |
# File 'sig/types.rbs', line 2631 def medium @medium end |