Class: Aws::BedrockRuntime::Types::GuardrailTopicPolicyAssessment
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockRuntime::Types::GuardrailTopicPolicyAssessment
- Includes:
- Structure
- Defined in:
- 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.
1273 1274 1275 1276 1277 |
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 1273 class GuardrailTopicPolicyAssessment < Struct.new( :topics) SENSITIVE = [] include Aws::Structure end |