Class: Aws::BedrockAgentRuntime::Types::GuardrailTopicPolicyAssessment

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb

Overview

The details of the policy assessment used in the Guardrail.

Constant Summary collapse

SENSITIVE =
[:topics]

Instance Attribute Summary collapse

Instance Attribute Details

#topicsArray<Types::GuardrailTopic>

The topic details of the policy assessment used in the Guardrail.

Returns:



2759
2760
2761
2762
2763
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 2759

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