Class: Aws::LookoutEquipment::Types::SensorsWithShortDateRange
- Inherits:
-
Struct
- Object
- Struct
- Aws::LookoutEquipment::Types::SensorsWithShortDateRange
- 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
-
#affected_sensor_count ⇒ Integer
Indicates the number of sensors that have less than 14 days of data.
Instance Attribute Details
#affected_sensor_count ⇒ Integer
Indicates the number of sensors that have less than 14 days of data.
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 |