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.
9539 9540 9541 |
# File 'sig/types.rbs', line 9539 def failed @failed end |
#pending ⇒ ::Integer
Returns the value of attribute pending.
9538 9539 9540 |
# File 'sig/types.rbs', line 9538 def pending @pending end |
#succeeded ⇒ ::Integer
Returns the value of attribute succeeded.
9537 9538 9539 |
# File 'sig/types.rbs', line 9537 def succeeded @succeeded end |