Class: DatadogAPIClient::V1::LogsArrayMapStringBuilderSubProcessor

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

Overview

A string builder sub-processor for use inside an array-map processor. Unlike the top-level string builder processor, is_enabled is not supported.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

Returns the value of attribute additional_properties.



40
41
42
# File 'lib/datadog_api_client/v1/models/logs_array_map_string_builder_sub_processor.rb', line 40

def additional_properties
  @additional_properties
end

#is_replace_missingObject

Replace missing attribute values with an empty string.



26
27
28
# File 'lib/datadog_api_client/v1/models/logs_array_map_string_builder_sub_processor.rb', line 26

def is_replace_missing
  @is_replace_missing
end

#nameObject

Name of the sub-processor.



29
30
31
# File 'lib/datadog_api_client/v1/models/logs_array_map_string_builder_sub_processor.rb', line 29

def name
  @name
end

#targetObject

Target attribute path for the result.



32
33
34
# File 'lib/datadog_api_client/v1/models/logs_array_map_string_builder_sub_processor.rb', line 32

def target
  @target
end

#templateObject

Formula with one or more attributes and raw text.



35
36
37
# File 'lib/datadog_api_client/v1/models/logs_array_map_string_builder_sub_processor.rb', line 35

def template
  @template
end

#typeObject

Type of logs string builder processor.



38
39
40
# File 'lib/datadog_api_client/v1/models/logs_array_map_string_builder_sub_processor.rb', line 38

def type
  @type
end