Class: DatadogAPIClient::V2::JobDefinitionFromRule
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::JobDefinitionFromRule
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/job_definition_from_rule.rb
Overview
Definition of a historical job based on a security monitoring rule.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#from ⇒ Object
readonly
Starting time of data analyzed by the job.
-
#id ⇒ Object
readonly
ID of the detection rule used to create the job.
-
#index ⇒ Object
readonly
Index used to load the data.
-
#notifications ⇒ Object
Notifications sent when the job is completed.
-
#to ⇒ Object
readonly
Ending time of data analyzed by the job.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
39 40 41 |
# File 'lib/datadog_api_client/v2/models/job_definition_from_rule.rb', line 39 def additional_properties @additional_properties end |
#from ⇒ Object
Starting time of data analyzed by the job.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/job_definition_from_rule.rb', line 25 def from @from end |
#id ⇒ Object
ID of the detection rule used to create the job.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/job_definition_from_rule.rb', line 28 def id @id end |
#index ⇒ Object
Index used to load the data.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/job_definition_from_rule.rb', line 31 def index @index end |
#notifications ⇒ Object
Notifications sent when the job is completed.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/job_definition_from_rule.rb', line 34 def notifications @notifications end |
#to ⇒ Object
Ending time of data analyzed by the job.
37 38 39 |
# File 'lib/datadog_api_client/v2/models/job_definition_from_rule.rb', line 37 def to @to end |