Class: DatadogAPIClient::V2::ChangeEventCustomAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::ChangeEventCustomAttributes
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/change_event_custom_attributes.rb
Overview
Change event attributes.
Instance Attribute Summary collapse
-
#author ⇒ Object
The entity that made the change.
-
#change_metadata ⇒ Object
Free form JSON object with information related to the ‘change` event.
-
#changed_resource ⇒ Object
readonly
A uniquely identified resource.
-
#impacted_resources ⇒ Object
readonly
A list of resources impacted by this change.
-
#new_value ⇒ Object
Free form JSON object representing the new state of the changed resource.
-
#prev_value ⇒ Object
Free form JSON object representing the previous state of the changed resource.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#author ⇒ Object
The entity that made the change. Optional, if provided it must include ‘type` and `name`.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/change_event_custom_attributes.rb', line 25 def @author end |
#change_metadata ⇒ Object
Free form JSON object with information related to the ‘change` event. Supports up to 100 properties per object and a maximum nesting depth of 10 levels.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/change_event_custom_attributes.rb', line 28 def @change_metadata end |
#changed_resource ⇒ Object
A uniquely identified resource.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/change_event_custom_attributes.rb', line 31 def changed_resource @changed_resource end |
#impacted_resources ⇒ Object
A list of resources impacted by this change. It is recommended to provide an impacted resource to display the change event at the correct location. Only resources of type ‘service` are supported. Maximum of 100 impacted resources allowed.
35 36 37 |
# File 'lib/datadog_api_client/v2/models/change_event_custom_attributes.rb', line 35 def impacted_resources @impacted_resources end |
#new_value ⇒ Object
Free form JSON object representing the new state of the changed resource.
38 39 40 |
# File 'lib/datadog_api_client/v2/models/change_event_custom_attributes.rb', line 38 def new_value @new_value end |
#prev_value ⇒ Object
Free form JSON object representing the previous state of the changed resource.
41 42 43 |
# File 'lib/datadog_api_client/v2/models/change_event_custom_attributes.rb', line 41 def prev_value @prev_value end |