Class: Aws::LookoutEquipment::Types::MissingCompleteSensorData

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 sensor data completely missing.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#affected_sensor_countInteger

Indicates the number of sensors that have data missing completely.

Returns:

  • (Integer)


3459
3460
3461
3462
3463
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 3459

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