Class: Aws::Types::SeverityTrendsCount
- Inherits:
-
Object
- Object
- Aws::Types::SeverityTrendsCount
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#critical ⇒ ::Integer
Returns the value of attribute critical.
-
#fatal ⇒ ::Integer
Returns the value of attribute fatal.
-
#high ⇒ ::Integer
Returns the value of attribute high.
-
#informational ⇒ ::Integer
Returns the value of attribute informational.
-
#low ⇒ ::Integer
Returns the value of attribute low.
-
#medium ⇒ ::Integer
Returns the value of attribute medium.
-
#other ⇒ ::Integer
Returns the value of attribute other.
-
#unknown ⇒ ::Integer
Returns the value of attribute unknown.
Instance Attribute Details
#critical ⇒ ::Integer
Returns the value of attribute critical.
7600 7601 7602 |
# File 'sig/types.rbs', line 7600 def critical @critical end |
#fatal ⇒ ::Integer
Returns the value of attribute fatal.
7601 7602 7603 |
# File 'sig/types.rbs', line 7601 def fatal @fatal end |
#high ⇒ ::Integer
Returns the value of attribute high.
7599 7600 7601 |
# File 'sig/types.rbs', line 7599 def high @high end |
#informational ⇒ ::Integer
Returns the value of attribute informational.
7596 7597 7598 |
# File 'sig/types.rbs', line 7596 def informational @informational end |
#low ⇒ ::Integer
Returns the value of attribute low.
7597 7598 7599 |
# File 'sig/types.rbs', line 7597 def low @low end |
#medium ⇒ ::Integer
Returns the value of attribute medium.
7598 7599 7600 |
# File 'sig/types.rbs', line 7598 def medium @medium end |
#other ⇒ ::Integer
Returns the value of attribute other.
7602 7603 7604 |
# File 'sig/types.rbs', line 7602 def other @other end |
#unknown ⇒ ::Integer
Returns the value of attribute unknown.
7595 7596 7597 |
# File 'sig/types.rbs', line 7595 def unknown @unknown end |