Class: Aws::QConnect::Types::GuardrailManagedWordsConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::QConnect::Types::GuardrailManagedWordsConfig
- Defined in:
- gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb
Overview
The managed word list to configure for the AI Guardrail.
Constant Summary collapse
- SENSITIVE =
[:type]
Instance Attribute Summary collapse
-
#type ⇒ String
The managed word type to configure for the AI Guardrail.
Instance Attribute Details
#type ⇒ String
The managed word type to configure for the AI Guardrail.
4847 4848 4849 4850 4851 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 4847 class GuardrailManagedWordsConfig < Struct.new( :type) SENSITIVE = [:type] include Aws::Structure end |