Class: Aws::BedrockAgentRuntime::Types::GuardrailTopicPolicyAssessment
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentRuntime::Types::GuardrailTopicPolicyAssessment
- 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
-
#topics ⇒ Array<Types::GuardrailTopic>
The topic details of the policy assessment used in the Guardrail.
Instance Attribute Details
#topics ⇒ Array<Types::GuardrailTopic>
The topic details of the policy assessment used in the Guardrail.
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 |