Class: DatadogAPIClient::V2::ObservabilityPipelineSensitiveDataScannerProcessorActionPartialRedactOptionsDirection

Inherits:
Object
  • Object
show all
Includes:
BaseEnumModel
Defined in:
lib/datadog_api_client/v2/models/observability_pipeline_sensitive_data_scanner_processor_action_partial_redact_options_direction.rb

Overview

Indicates whether to redact characters from the first or last part of the matched value.

Constant Summary collapse

FIRST =
"first".freeze
LAST =
"last".freeze

Method Summary

Methods included from BaseEnumModel

included