Class: Aws::QConnect::Types::GuardrailManagedWordsConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::QConnect::Types::GuardrailManagedWordsConfig
- Includes:
- Structure
- Defined in:
- 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.
5496 5497 5498 5499 5500 |
# File 'lib/aws-sdk-qconnect/types.rb', line 5496 class GuardrailManagedWordsConfig < Struct.new( :type) SENSITIVE = [:type] include Aws::Structure end |