Class: Aws::Types::LargeTimestampGaps

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#max_timestamp_gap_in_days::Integer

Returns the value of attribute max_timestamp_gap_in_days.

Returns:

  • (::Integer)


633
634
635
# File 'sig/types.rbs', line 633

def max_timestamp_gap_in_days
  @max_timestamp_gap_in_days
end

#number_of_large_timestamp_gaps::Integer

Returns the value of attribute number_of_large_timestamp_gaps.

Returns:

  • (::Integer)


632
633
634
# File 'sig/types.rbs', line 632

def number_of_large_timestamp_gaps
  @number_of_large_timestamp_gaps
end

#status"POTENTIAL_ISSUE_DETECTED", "NO_ISSUE_DETECTED"

Returns the value of attribute status.

Returns:

  • ("POTENTIAL_ISSUE_DETECTED", "NO_ISSUE_DETECTED")


631
632
633
# File 'sig/types.rbs', line 631

def status
  @status
end