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.
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 |