Class: Aws::Types::InvalidSensorData
- Inherits:
-
Object
- Object
- Aws::Types::InvalidSensorData
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#affected_sensor_count ⇒ ::Integer
Returns the value of attribute affected_sensor_count.
-
#total_number_of_invalid_values ⇒ ::Integer
Returns the value of attribute total_number_of_invalid_values.
Instance Attribute Details
#affected_sensor_count ⇒ ::Integer
Returns the value of attribute affected_sensor_count.
592 593 594 |
# File 'sig/types.rbs', line 592 def affected_sensor_count @affected_sensor_count end |
#total_number_of_invalid_values ⇒ ::Integer
Returns the value of attribute total_number_of_invalid_values.
593 594 595 |
# File 'sig/types.rbs', line 593 def total_number_of_invalid_values @total_number_of_invalid_values end |