Class: Aws::Types::InsufficientSensorData
- Inherits:
-
Object
- Object
- Aws::Types::InsufficientSensorData
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#missing_complete_sensor_data ⇒ Types::MissingCompleteSensorData
Returns the value of attribute missing_complete_sensor_data.
-
#sensors_with_short_date_range ⇒ Types::SensorsWithShortDateRange
Returns the value of attribute sensors_with_short_date_range.
Instance Attribute Details
#missing_complete_sensor_data ⇒ Types::MissingCompleteSensorData
Returns the value of attribute missing_complete_sensor_data.
581 582 583 |
# File 'sig/types.rbs', line 581 def missing_complete_sensor_data @missing_complete_sensor_data end |
#sensors_with_short_date_range ⇒ Types::SensorsWithShortDateRange
Returns the value of attribute sensors_with_short_date_range.
582 583 584 |
# File 'sig/types.rbs', line 582 def sensors_with_short_date_range @sensors_with_short_date_range end |