Class: Aws::LookoutEquipment::Types::SensorsWithShortDateRange

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

Overview

Entity that comprises information on sensors that have shorter date range.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#affected_sensor_countInteger

Indicates the number of sensors that have less than 14 days of data.

Returns:

  • (Integer)


3989
3990
3991
3992
3993
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 3989

class SensorsWithShortDateRange < Struct.new(
  :affected_sensor_count)
  SENSITIVE = []
  include Aws::Structure
end