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.
| 3505 3506 3507 3508 3509 | # File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 3505 class GuardrailTopicPolicyAssessment < Struct.new( :topics) SENSITIVE = [:topics] include Aws::Structure end |