Class: Aws::LookoutEquipment::Types::UnsupportedTimestamps
- Inherits:
-
Struct
- Object
- Struct
- Aws::LookoutEquipment::Types::UnsupportedTimestamps
- Includes:
- Structure
- Defined in:
- 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
-
#total_number_of_unsupported_timestamps ⇒ Integer
Indicates the total number of unsupported timestamps across the ingested data.
Instance Attribute Details
#total_number_of_unsupported_timestamps ⇒ Integer
Indicates the total number of unsupported timestamps across the ingested data.
4285 4286 4287 4288 4289 |
# File 'lib/aws-sdk-lookoutequipment/types.rb', line 4285 class UnsupportedTimestamps < Struct.new( :total_number_of_unsupported_timestamps) SENSITIVE = [] include Aws::Structure end |