Class: Aws::LookoutEquipment::Types::DuplicateTimestamps

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

Overview

Entity that comprises information abount duplicate timestamps in the dataset.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#total_number_of_duplicate_timestampsInteger

Indicates the total number of duplicate timestamps.

Returns:

  • (Integer)


2017
2018
2019
2020
2021
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 2017

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