Class: Aws::Types::AntipatternSeveritySummary
- Inherits:
-
Object
- Object
- Aws::Types::AntipatternSeveritySummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#count ⇒ ::Integer
Returns the value of attribute count.
-
#severity ⇒ "HIGH", ...
Returns the value of attribute severity.
Instance Attribute Details
#count ⇒ ::Integer
Returns the value of attribute count.
64 65 66 |
# File 'sig/types.rbs', line 64 def count @count end |
#severity ⇒ "HIGH", ...
Returns the value of attribute severity.
65 66 67 |
# File 'sig/types.rbs', line 65 def severity @severity end |