Class: DatadogAPIClient::V2::ObservabilityPipelineOcsfMappingCustomLookup
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::ObservabilityPipelineOcsfMappingCustomLookup
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/observability_pipeline_ocsf_mapping_custom_lookup.rb
Overview
Lookup table configuration for mapping source values to destination values.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#default ⇒ Object
The default value to use if no lookup match is found.
-
#table ⇒ Object
A list of lookup table entries for value transformation.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
30 31 32 |
# File 'lib/datadog_api_client/v2/models/observability_pipeline_ocsf_mapping_custom_lookup.rb', line 30 def additional_properties @additional_properties end |
#default ⇒ Object
The default value to use if no lookup match is found.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/observability_pipeline_ocsf_mapping_custom_lookup.rb', line 25 def default @default end |
#table ⇒ Object
A list of lookup table entries for value transformation.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/observability_pipeline_ocsf_mapping_custom_lookup.rb', line 28 def table @table end |