Class: Google::Privacy::Dlp::V2beta1::ReplaceValueConfig
- Inherits:
-
Object
- Object
- Google::Privacy::Dlp::V2beta1::ReplaceValueConfig
- Defined in:
- lib/google/cloud/dlp/v2beta1/doc/google/privacy/dlp/v2beta1/dlp.rb
Overview
Replace each input value with a given +Value+.
Instance Attribute Summary collapse
-
#new_value ⇒ Google::Privacy::Dlp::V2beta1::Value
Value to replace it with.
Instance Attribute Details
#new_value ⇒ Google::Privacy::Dlp::V2beta1::Value
Returns Value to replace it with.
786 |
# File 'lib/google/cloud/dlp/v2beta1/doc/google/privacy/dlp/v2beta1/dlp.rb', line 786 class ReplaceValueConfig; end |