Class: Aws::Types::Counters
- Inherits:
-
Object
- Object
- Aws::Types::Counters
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#errored ⇒ ::Integer
Returns the value of attribute errored.
-
#failed ⇒ ::Integer
Returns the value of attribute failed.
-
#passed ⇒ ::Integer
Returns the value of attribute passed.
-
#skipped ⇒ ::Integer
Returns the value of attribute skipped.
-
#stopped ⇒ ::Integer
Returns the value of attribute stopped.
-
#total ⇒ ::Integer
Returns the value of attribute total.
-
#warned ⇒ ::Integer
Returns the value of attribute warned.
Instance Attribute Details
#errored ⇒ ::Integer
Returns the value of attribute errored.
54 55 56 |
# File 'sig/types.rbs', line 54 def errored @errored end |
#failed ⇒ ::Integer
Returns the value of attribute failed.
52 53 54 |
# File 'sig/types.rbs', line 52 def failed @failed end |
#passed ⇒ ::Integer
Returns the value of attribute passed.
51 52 53 |
# File 'sig/types.rbs', line 51 def passed @passed end |
#skipped ⇒ ::Integer
Returns the value of attribute skipped.
56 57 58 |
# File 'sig/types.rbs', line 56 def skipped @skipped end |
#stopped ⇒ ::Integer
Returns the value of attribute stopped.
55 56 57 |
# File 'sig/types.rbs', line 55 def stopped @stopped end |
#total ⇒ ::Integer
Returns the value of attribute total.
50 51 52 |
# File 'sig/types.rbs', line 50 def total @total end |
#warned ⇒ ::Integer
Returns the value of attribute warned.
53 54 55 |
# File 'sig/types.rbs', line 53 def warned @warned end |