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:



1848
1849
1850
1851
1852
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 1848

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