Class: Aws::BedrockRuntime::Types::GuardrailTopicPolicyAssessment
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockRuntime::Types::GuardrailTopicPolicyAssessment
- Defined in:
- gems/aws-sdk-bedrockruntime/lib/aws-sdk-bedrockruntime/types.rb
Overview
A behavior assessment of a topic policy.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#topics ⇒ Array<Types::GuardrailTopic>
The topics in the assessment.
Instance Attribute Details
#topics ⇒ Array<Types::GuardrailTopic>
The topics in the assessment.
1642 1643 1644 1645 1646 |
# File 'gems/aws-sdk-bedrockruntime/lib/aws-sdk-bedrockruntime/types.rb', line 1642 class GuardrailTopicPolicyAssessment < Struct.new( :topics) SENSITIVE = [] include Aws::Structure end |