Class: Aws::Types::StatusCounts
- Inherits:
-
Object
- Object
- Aws::Types::StatusCounts
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#failed ⇒ ::Integer
Returns the value of attribute failed.
-
#passed ⇒ ::Integer
Returns the value of attribute passed.
-
#skipped ⇒ ::Integer
Returns the value of attribute skipped.
Instance Attribute Details
#failed ⇒ ::Integer
Returns the value of attribute failed.
2677 2678 2679 |
# File 'sig/types.rbs', line 2677 def failed @failed end |
#passed ⇒ ::Integer
Returns the value of attribute passed.
2679 2680 2681 |
# File 'sig/types.rbs', line 2679 def passed @passed end |
#skipped ⇒ ::Integer
Returns the value of attribute skipped.
2678 2679 2680 |
# File 'sig/types.rbs', line 2678 def skipped @skipped end |