Class: DatadogAPIClient::V2::ObservabilityPipelineDataAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::ObservabilityPipelineDataAttributes
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/observability_pipeline_data_attributes.rb
Overview
Defines the pipeline’s name and its components (sources, processors, and destinations).
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#config ⇒ Object
readonly
Specifies the pipeline's configuration, including its sources, processors, and destinations.
-
#name ⇒ Object
readonly
Name of the pipeline.
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_data_attributes.rb', line 30 def additional_properties @additional_properties end |
#config ⇒ Object
Specifies the pipeline's configuration, including its sources, processors, and destinations.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/observability_pipeline_data_attributes.rb', line 25 def config @config end |
#name ⇒ Object
Name of the pipeline.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/observability_pipeline_data_attributes.rb', line 28 def name @name end |