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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lookoutequipment/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)


2794
2795
2796
2797
2798
2799
2800
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 2794

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)


2794
2795
2796
2797
2798
2799
2800
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 2794

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)


2794
2795
2796
2797
2798
2799
2800
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 2794

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