Class: Aws::QConnect::Types::AIGuardrailTopicPolicyConfig

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-qconnect/types.rb

Overview

Contains details about topics that the AI Guardrail should identify and deny.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#topics_configArray<Types::GuardrailTopicConfig>

A list of policies related to topics that the AI Guardrail should deny.

Returns:



515
516
517
518
519
# File 'lib/aws-sdk-qconnect/types.rb', line 515

class AIGuardrailTopicPolicyConfig < Struct.new(
  :topics_config)
  SENSITIVE = []
  include Aws::Structure
end