Class: Aws::Types::RateIncreaseCriteria
- Inherits:
-
Object
- Object
- Aws::Types::RateIncreaseCriteria
- 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.
4177 4178 4179 |
# File 'sig/types.rbs', line 4177 def number_of_notified_things @number_of_notified_things end |
#number_of_succeeded_things ⇒ ::Integer
Returns the value of attribute number_of_succeeded_things.
4178 4179 4180 |
# File 'sig/types.rbs', line 4178 def number_of_succeeded_things @number_of_succeeded_things end |