Class: Aws::Types::DataQualitySummary
- Inherits:
-
Object
- Object
- Aws::Types::DataQualitySummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#duplicate_timestamps ⇒ Types::DuplicateTimestamps
Returns the value of attribute duplicate_timestamps.
-
#insufficient_sensor_data ⇒ Types::InsufficientSensorData
Returns the value of attribute insufficient_sensor_data.
-
#invalid_sensor_data ⇒ Types::InvalidSensorData
Returns the value of attribute invalid_sensor_data.
-
#missing_sensor_data ⇒ Types::MissingSensorData
Returns the value of attribute missing_sensor_data.
-
#unsupported_timestamps ⇒ Types::UnsupportedTimestamps
Returns the value of attribute unsupported_timestamps.
Instance Attribute Details
#duplicate_timestamps ⇒ Types::DuplicateTimestamps
Returns the value of attribute duplicate_timestamps.
163 164 165 |
# File 'sig/types.rbs', line 163 def end |
#insufficient_sensor_data ⇒ Types::InsufficientSensorData
Returns the value of attribute insufficient_sensor_data.
159 160 161 |
# File 'sig/types.rbs', line 159 def insufficient_sensor_data @insufficient_sensor_data end |
#invalid_sensor_data ⇒ Types::InvalidSensorData
Returns the value of attribute invalid_sensor_data.
161 162 163 |
# File 'sig/types.rbs', line 161 def invalid_sensor_data @invalid_sensor_data end |
#missing_sensor_data ⇒ Types::MissingSensorData
Returns the value of attribute missing_sensor_data.
160 161 162 |
# File 'sig/types.rbs', line 160 def missing_sensor_data @missing_sensor_data end |
#unsupported_timestamps ⇒ Types::UnsupportedTimestamps
Returns the value of attribute unsupported_timestamps.
162 163 164 |
# File 'sig/types.rbs', line 162 def end |