Class: Aws::QConnect::Types::GuardrailManagedWordsConfig

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#typeString

The managed word type to configure for the AI Guardrail.

Returns:

  • (String)


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