Class: Aws::LookoutEquipment::Types::ListSensorStatisticsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::LookoutEquipment::Types::ListSensorStatisticsResponse
- Defined in:
- gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
An opaque pagination token indicating where to continue the listing of sensor statistics.
-
#sensor_statistics_summaries ⇒ Array<Types::SensorStatisticsSummary>
Provides ingestion-based statistics regarding the specified sensor with respect to various validation types, such as whether data exists, the number and percentage of missing values, and the number and percentage of duplicate timestamps.
Instance Attribute Details
#next_token ⇒ String
An opaque pagination token indicating where to continue the listing of sensor statistics.
2177 2178 2179 2180 2181 2182 |
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 2177 class ListSensorStatisticsResponse < Struct.new( :sensor_statistics_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |
#sensor_statistics_summaries ⇒ Array<Types::SensorStatisticsSummary>
Provides ingestion-based statistics regarding the specified sensor with respect to various validation types, such as whether data exists, the number and percentage of missing values, and the number and percentage of duplicate timestamps.
2177 2178 2179 2180 2181 2182 |
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 2177 class ListSensorStatisticsResponse < Struct.new( :sensor_statistics_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |