Class: Aws::QConnect::Types::AIGuardrailTopicPolicyConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::QConnect::Types::AIGuardrailTopicPolicyConfig
- Defined in:
- gems/aws-sdk-qconnect/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
-
#topics_config ⇒ Array<Types::GuardrailTopicConfig>
A list of policies related to topics that the AI Guardrail should deny.
Instance Attribute Details
#topics_config ⇒ Array<Types::GuardrailTopicConfig>
A list of policies related to topics that the AI Guardrail should deny.
462 463 464 465 466 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 462 class AIGuardrailTopicPolicyConfig < Struct.new( :topics_config) SENSITIVE = [] include Aws::Structure end |