Class: Aws::Bedrock::Types::GuardrailTopicPolicyConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::Bedrock::Types::GuardrailTopicPolicyConfig
- Includes:
- Structure
- Defined in:
- 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.
3902 3903 3904 3905 3906 |
# File 'lib/aws-sdk-bedrock/types.rb', line 3902 class GuardrailTopicPolicyConfig < Struct.new( :topics_config) SENSITIVE = [] include Aws::Structure end |