Class: Aws::Bedrock::Types::GuardrailTopicPolicy

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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:

  • GetGuardrail response body][1

^

[1]: docs.aws.amazon.com/bedrock/latest/APIReference/API_GetGuardrail.html#API_GetGuardrail_ResponseSyntax

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#topicsArray<Types::GuardrailTopic>

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

Returns:



3887
3888
3889
3890
3891
# File 'lib/aws-sdk-bedrock/types.rb', line 3887

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