Class: Aws::Types::ResourceSeverityBreakdown
- Inherits:
-
Object
- Object
- Aws::Types::ResourceSeverityBreakdown
- 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.
7247 7248 7249 |
# File 'sig/types.rbs', line 7247 def critical @critical end |
#fatal ⇒ ::Integer
Returns the value of attribute fatal.
7246 7247 7248 |
# File 'sig/types.rbs', line 7246 def fatal @fatal end |
#high ⇒ ::Integer
Returns the value of attribute high.
7248 7249 7250 |
# File 'sig/types.rbs', line 7248 def high @high end |
#informational ⇒ ::Integer
Returns the value of attribute informational.
7251 7252 7253 |
# File 'sig/types.rbs', line 7251 def informational @informational end |
#low ⇒ ::Integer
Returns the value of attribute low.
7250 7251 7252 |
# File 'sig/types.rbs', line 7250 def low @low end |
#medium ⇒ ::Integer
Returns the value of attribute medium.
7249 7250 7251 |
# File 'sig/types.rbs', line 7249 def medium @medium end |
#other ⇒ ::Integer
Returns the value of attribute other.
7245 7246 7247 |
# File 'sig/types.rbs', line 7245 def other @other end |
#unknown ⇒ ::Integer
Returns the value of attribute unknown.
7252 7253 7254 |
# File 'sig/types.rbs', line 7252 def unknown @unknown end |