Class: Aws::Bedrock::Types::GuardrailTopicPolicy
- Inherits:
-
Struct
- Object
- Struct
- Aws::Bedrock::Types::GuardrailTopicPolicy
- Defined in:
- gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb
Overview
Contains details about topics that the guardrail should identify and deny.
This data type is used in the following API operations:
^
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#topics ⇒ Array<Types::GuardrailTopic>
A list of policies related to topics that the guardrail should deny.
Instance Attribute Details
#topics ⇒ Array<Types::GuardrailTopic>
A list of policies related to topics that the guardrail should deny.
3887 3888 3889 3890 3891 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 3887 class GuardrailTopicPolicy < Struct.new( :topics) SENSITIVE = [] include Aws::Structure end |