Class: Aws::LexModelsV2::Types::ObfuscationSetting
- Inherits:
-
Struct
- Object
- Struct
- Aws::LexModelsV2::Types::ObfuscationSetting
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lexmodelsv2/types.rb
Overview
Determines whether Amazon Lex obscures slot values in conversation logs.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#obfuscation_setting_type ⇒ String
Value that determines whether Amazon Lex obscures slot values in conversation logs.
Instance Attribute Details
#obfuscation_setting_type ⇒ String
Value that determines whether Amazon Lex obscures slot values in conversation logs. The default is to obscure the values.
11157 11158 11159 11160 11161 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 11157 class ObfuscationSetting < Struct.new( :obfuscation_setting_type) SENSITIVE = [] include Aws::Structure end |