Class: Aws::Types::ObjectiveStatusCounters
- Inherits:
-
Object
- Object
- Aws::Types::ObjectiveStatusCounters
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#failed ⇒ ::Integer
Returns the value of attribute failed.
-
#pending ⇒ ::Integer
Returns the value of attribute pending.
-
#succeeded ⇒ ::Integer
Returns the value of attribute succeeded.
Instance Attribute Details
#failed ⇒ ::Integer
Returns the value of attribute failed.
9524 9525 9526 |
# File 'sig/types.rbs', line 9524 def failed @failed end |
#pending ⇒ ::Integer
Returns the value of attribute pending.
9523 9524 9525 |
# File 'sig/types.rbs', line 9523 def pending @pending end |
#succeeded ⇒ ::Integer
Returns the value of attribute succeeded.
9522 9523 9524 |
# File 'sig/types.rbs', line 9522 def succeeded @succeeded end |