Class: Aws::LookoutEquipment::Types::DuplicateTimestamps
- Inherits:
-
Struct
- Object
- Struct
- Aws::LookoutEquipment::Types::DuplicateTimestamps
- 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
-
#total_number_of_duplicate_timestamps ⇒ Integer
Indicates the total number of duplicate timestamps.
Instance Attribute Details
#total_number_of_duplicate_timestamps ⇒ Integer
Indicates the total number of duplicate timestamps.
1920 1921 1922 1923 1924 |
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 1920 class DuplicateTimestamps < Struct.new( :total_number_of_duplicate_timestamps) SENSITIVE = [] include Aws::Structure end |