Class: Aws::LookoutEquipment::Types::ListSensorStatisticsResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

An opaque pagination token indicating where to continue the listing of sensor statistics.

Returns:

  • (String)


3302
3303
3304
3305
3306
3307
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 3302

class ListSensorStatisticsResponse < Struct.new(
  :sensor_statistics_summaries,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#sensor_statistics_summariesArray<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.

Returns:



3302
3303
3304
3305
3306
3307
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 3302

class ListSensorStatisticsResponse < Struct.new(
  :sensor_statistics_summaries,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end