Class: Aws::Types::LargeTimestampGaps
- Inherits:
-
Object
- Object
- Aws::Types::LargeTimestampGaps
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#max_timestamp_gap_in_days ⇒ ::Integer
Returns the value of attribute max_timestamp_gap_in_days.
-
#number_of_large_timestamp_gaps ⇒ ::Integer
Returns the value of attribute number_of_large_timestamp_gaps.
-
#status ⇒ "POTENTIAL_ISSUE_DETECTED", "NO_ISSUE_DETECTED"
Returns the value of attribute status.
Instance Attribute Details
#max_timestamp_gap_in_days ⇒ ::Integer
Returns the value of attribute max_timestamp_gap_in_days.
633 634 635 |
# File 'sig/types.rbs', line 633 def @max_timestamp_gap_in_days end |
#number_of_large_timestamp_gaps ⇒ ::Integer
Returns the value of attribute number_of_large_timestamp_gaps.
632 633 634 |
# File 'sig/types.rbs', line 632 def @number_of_large_timestamp_gaps end |
#status ⇒ "POTENTIAL_ISSUE_DETECTED", "NO_ISSUE_DETECTED"
Returns the value of attribute status.
631 632 633 |
# File 'sig/types.rbs', line 631 def status @status end |