Class: Aws::Bedrock::Types::GuardrailTopicPolicyConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::Bedrock::Types::GuardrailTopicPolicyConfig
- Defined in:
- gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb
Overview
Contains details about topics that the 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 guardrail should deny.
Instance Attribute Details
#topics_config ⇒ Array<Types::GuardrailTopicConfig>
A list of policies related to topics that the guardrail should deny.
3250 3251 3252 3253 3254 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 3250 class GuardrailTopicPolicyConfig < Struct.new( :topics_config) SENSITIVE = [] include Aws::Structure end |