Class: Aws::Types::AwsJobRateIncreaseCriteria
- Inherits:
-
Object
- Object
- Aws::Types::AwsJobRateIncreaseCriteria
- 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.
362 363 364 |
# File 'sig/types.rbs', line 362 def number_of_notified_things @number_of_notified_things end |
#number_of_succeeded_things ⇒ ::Integer
Returns the value of attribute number_of_succeeded_things.
363 364 365 |
# File 'sig/types.rbs', line 363 def number_of_succeeded_things @number_of_succeeded_things end |