Class: Aws::Types::IoTJobRateIncreaseCriteria
- Inherits:
-
Object
- Object
- Aws::Types::IoTJobRateIncreaseCriteria
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#number_of_notified_things ⇒ ::Integer
Returns the value of attribute number_of_notified_things.
-
#number_of_succeeded_things ⇒ ::Integer
Returns the value of attribute number_of_succeeded_things.
Instance Attribute Details
#number_of_notified_things ⇒ ::Integer
Returns the value of attribute number_of_notified_things.
452 453 454 |
# File 'sig/types.rbs', line 452 def number_of_notified_things @number_of_notified_things end |
#number_of_succeeded_things ⇒ ::Integer
Returns the value of attribute number_of_succeeded_things.
453 454 455 |
# File 'sig/types.rbs', line 453 def number_of_succeeded_things @number_of_succeeded_things end |