Class: DatadogAPIClient::V2::ChangeEventAttributes

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

Overview

Change event attributes.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

Returns the value of attribute additional_properties.



57
58
59
# File 'lib/datadog_api_client/v2/models/change_event_attributes.rb', line 57

def additional_properties
  @additional_properties
end

#aggregation_keyObject

Aggregation key of the event.



25
26
27
# File 'lib/datadog_api_client/v2/models/change_event_attributes.rb', line 25

def aggregation_key
  @aggregation_key
end

#authorObject

The entity that made the change.



28
29
30
# File 'lib/datadog_api_client/v2/models/change_event_attributes.rb', line 28

def author
  @author
end

#change_metadataObject

JSON object of change metadata.



31
32
33
# File 'lib/datadog_api_client/v2/models/change_event_attributes.rb', line 31

def 
  @change_metadata
end

#changed_resourceObject

A uniquely identified resource.



34
35
36
# File 'lib/datadog_api_client/v2/models/change_event_attributes.rb', line 34

def changed_resource
  @changed_resource
end

#evtObject

JSON object of event system attributes.



37
38
39
# File 'lib/datadog_api_client/v2/models/change_event_attributes.rb', line 37

def evt
  @evt
end

#impacted_resourcesObject

A list of resources impacted by this change.



40
41
42
# File 'lib/datadog_api_client/v2/models/change_event_attributes.rb', line 40

def impacted_resources
  @impacted_resources
end

#new_valueObject

The new state of the changed resource.



43
44
45
# File 'lib/datadog_api_client/v2/models/change_event_attributes.rb', line 43

def new_value
  @new_value
end

#prev_valueObject

The previous state of the changed resource.



46
47
48
# File 'lib/datadog_api_client/v2/models/change_event_attributes.rb', line 46

def prev_value
  @prev_value
end

#serviceObject

Service that triggered the event.



49
50
51
# File 'lib/datadog_api_client/v2/models/change_event_attributes.rb', line 49

def service
  @service
end

#timestampObject

POSIX timestamp of the event.



52
53
54
# File 'lib/datadog_api_client/v2/models/change_event_attributes.rb', line 52

def timestamp
  @timestamp
end

#titleObject

The title of the event.



55
56
57
# File 'lib/datadog_api_client/v2/models/change_event_attributes.rb', line 55

def title
  @title
end