Class: Aws::Types::IoTJobRateIncreaseCriteria

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#number_of_notified_things ⇒ ::Integer

Returns the value of attribute number_of_notified_things.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


453
454
455
# File 'sig/types.rbs', line 453

def number_of_succeeded_things
  @number_of_succeeded_things
end