Class: Aws::Bedrock::Types::GuardrailTopicPolicyConfig

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#topics_configArray<Types::GuardrailTopicConfig>

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

Returns:



2147
2148
2149
2150
2151
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 2147

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