Class: DatadogAPIClient::V2::ChangeEventAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::ChangeEventAttributes
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/change_event_attributes.rb
Overview
Change event attributes.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#aggregation_key ⇒ Object
Aggregation key of the event.
-
#author ⇒ Object
The entity that made the change.
-
#change_metadata ⇒ Object
JSON object of change metadata.
-
#changed_resource ⇒ Object
A uniquely identified resource.
-
#evt ⇒ Object
JSON object of event system attributes.
-
#impacted_resources ⇒ Object
A list of resources impacted by this change.
-
#new_value ⇒ Object
The new state of the changed resource.
-
#prev_value ⇒ Object
The previous state of the changed resource.
-
#service ⇒ Object
Service that triggered the event.
-
#timestamp ⇒ Object
POSIX timestamp of the event.
-
#title ⇒ Object
The title of the event.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
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_key ⇒ Object
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 |
#author ⇒ Object
The entity that made the change.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/change_event_attributes.rb', line 28 def @author end |
#change_metadata ⇒ Object
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_resource ⇒ Object
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 |
#evt ⇒ Object
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_resources ⇒ Object
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_value ⇒ Object
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_value ⇒ Object
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 |
#service ⇒ Object
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 |
#timestamp ⇒ Object
POSIX timestamp of the event.
52 53 54 |
# File 'lib/datadog_api_client/v2/models/change_event_attributes.rb', line 52 def @timestamp end |
#title ⇒ Object
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 |