Class: Aws::Types::SeveritySummary
- Inherits:
-
Object
- Object
- Aws::Types::SeveritySummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#critical_count ⇒ ::Integer
Returns the value of attribute critical_count.
-
#high_count ⇒ ::Integer
Returns the value of attribute high_count.
-
#informational_count ⇒ ::Integer
Returns the value of attribute informational_count.
-
#low_count ⇒ ::Integer
Returns the value of attribute low_count.
-
#medium_count ⇒ ::Integer
Returns the value of attribute medium_count.
-
#unspecified_count ⇒ ::Integer
Returns the value of attribute unspecified_count.
Instance Attribute Details
#critical_count ⇒ ::Integer
Returns the value of attribute critical_count.
4127 4128 4129 |
# File 'sig/types.rbs', line 4127 def critical_count @critical_count end |
#high_count ⇒ ::Integer
Returns the value of attribute high_count.
4128 4129 4130 |
# File 'sig/types.rbs', line 4128 def high_count @high_count end |
#informational_count ⇒ ::Integer
Returns the value of attribute informational_count.
4131 4132 4133 |
# File 'sig/types.rbs', line 4131 def informational_count @informational_count end |
#low_count ⇒ ::Integer
Returns the value of attribute low_count.
4130 4131 4132 |
# File 'sig/types.rbs', line 4130 def low_count @low_count end |
#medium_count ⇒ ::Integer
Returns the value of attribute medium_count.
4129 4130 4131 |
# File 'sig/types.rbs', line 4129 def medium_count @medium_count end |
#unspecified_count ⇒ ::Integer
Returns the value of attribute unspecified_count.
4132 4133 4134 |
# File 'sig/types.rbs', line 4132 def unspecified_count @unspecified_count end |