Class: Aws::LookoutEquipment::Types::LargeTimestampGaps

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

Overview

Entity that comprises information on large gaps between consecutive timestamps in data.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_timestamp_gap_in_daysInteger

Indicates the size of the largest timestamp gap, in days.

Returns:

  • (Integer)


2697
2698
2699
2700
2701
2702
2703
# File 'lib/aws-sdk-lookoutequipment/types.rb', line 2697

class LargeTimestampGaps < Struct.new(
  :status,
  :number_of_large_timestamp_gaps,
  :max_timestamp_gap_in_days)
  SENSITIVE = []
  include Aws::Structure
end

#number_of_large_timestamp_gapsInteger

Indicates the number of large timestamp gaps, if there are any.

Returns:

  • (Integer)


2697
2698
2699
2700
2701
2702
2703
# File 'lib/aws-sdk-lookoutequipment/types.rb', line 2697

class LargeTimestampGaps < Struct.new(
  :status,
  :number_of_large_timestamp_gaps,
  :max_timestamp_gap_in_days)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

Indicates whether there is a potential data issue related to large gaps in timestamps.

Returns:

  • (String)


2697
2698
2699
2700
2701
2702
2703
# File 'lib/aws-sdk-lookoutequipment/types.rb', line 2697

class LargeTimestampGaps < Struct.new(
  :status,
  :number_of_large_timestamp_gaps,
  :max_timestamp_gap_in_days)
  SENSITIVE = []
  include Aws::Structure
end