Class: DatadogAPIClient::V2::SecurityMonitoringContentPackTimestampBucket

Inherits:
Object
  • Object
show all
Includes:
BaseEnumModel
Defined in:
lib/datadog_api_client/v2/models/security_monitoring_content_pack_timestamp_bucket.rb

Overview

Timestamp bucket indicating when logs were last collected

Constant Summary collapse

NOT_SEEN =
"not_seen".freeze
WITHIN_24_HOURS =
"within_24_hours".freeze
WITHIN_24_TO_72_HOURS =
"within_24_to_72_hours".freeze
OVER_72H_TO_30D =
"over_72h_to_30d".freeze
OVER_30D =
"over_30d".freeze

Method Summary

Methods included from BaseEnumModel

included