Class: Aws::Types::MissingSensorData
- Inherits:
-
Object
- Object
- Aws::Types::MissingSensorData
- 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_missing_values ⇒ ::Integer
Returns the value of attribute total_number_of_missing_values.
Instance Attribute Details
#affected_sensor_count ⇒ ::Integer
Returns the value of attribute affected_sensor_count.
818 819 820 |
# File 'sig/types.rbs', line 818 def affected_sensor_count @affected_sensor_count end |
#total_number_of_missing_values ⇒ ::Integer
Returns the value of attribute total_number_of_missing_values.
819 820 821 |
# File 'sig/types.rbs', line 819 def total_number_of_missing_values @total_number_of_missing_values end |