Class: Aws::LookoutEquipment::Types::UnsupportedTimestamps

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

Overview

Entity that comprises information abount unsupported timestamps in the dataset.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#total_number_of_unsupported_timestampsInteger

Indicates the total number of unsupported timestamps across the ingested data.

Returns:

  • (Integer)


4285
4286
4287
4288
4289
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 4285

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