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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


1920
1921
1922
1923
1924
# File 'lib/aws-sdk-lookoutequipment/types.rb', line 1920

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