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.
-
#case_index ⇒ Object
readonly
Index of the rule case applied by the job.
-
#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.
42 43 44 |
# File 'lib/datadog_api_client/v2/models/job_definition_from_rule.rb', line 42 def additional_properties @additional_properties end |
#case_index ⇒ Object
Index of the rule case applied by the job.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/job_definition_from_rule.rb', line 25 def case_index @case_index end |
#from ⇒ Object
Starting time of data analyzed by the job.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/job_definition_from_rule.rb', line 28 def from @from end |
#id ⇒ Object
ID of the detection rule used to create the job.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/job_definition_from_rule.rb', line 31 def id @id end |
#index ⇒ Object
Index used to load the data.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/job_definition_from_rule.rb', line 34 def index @index end |
#notifications ⇒ Object
Notifications sent when the job is completed.
37 38 39 |
# File 'lib/datadog_api_client/v2/models/job_definition_from_rule.rb', line 37 def notifications @notifications end |
#to ⇒ Object
Ending time of data analyzed by the job.
40 41 42 |
# File 'lib/datadog_api_client/v2/models/job_definition_from_rule.rb', line 40 def to @to end |