Class: Aws::Types::RuleStatusCounts
- Inherits:
-
Object
- Object
- Aws::Types::RuleStatusCounts
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#failed ⇒ ::Integer
Returns the value of attribute failed.
-
#info ⇒ ::Integer
Returns the value of attribute info.
-
#passed ⇒ ::Integer
Returns the value of attribute passed.
-
#unknown ⇒ ::Integer
Returns the value of attribute unknown.
-
#warning ⇒ ::Integer
Returns the value of attribute warning.
Instance Attribute Details
#failed ⇒ ::Integer
Returns the value of attribute failed.
490 491 492 |
# File 'sig/types.rbs', line 490 def failed @failed end |
#info ⇒ ::Integer
Returns the value of attribute info.
492 493 494 |
# File 'sig/types.rbs', line 492 def info @info end |
#passed ⇒ ::Integer
Returns the value of attribute passed.
493 494 495 |
# File 'sig/types.rbs', line 493 def passed @passed end |
#unknown ⇒ ::Integer
Returns the value of attribute unknown.
494 495 496 |
# File 'sig/types.rbs', line 494 def unknown @unknown end |
#warning ⇒ ::Integer
Returns the value of attribute warning.
491 492 493 |
# File 'sig/types.rbs', line 491 def warning @warning end |