Class: DatadogAPIClient::V2::JobDefinitionFromRule

Inherits:
Object
  • Object
show all
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

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

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_indexObject

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

#fromObject

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

#idObject

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

#indexObject

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

#notificationsObject

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

#toObject

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