Class: Aws::Bedrock::Types::AutomatedReasoningPolicyAddRuleAnnotation
- Inherits:
-
Struct
- Object
- Struct
- Aws::Bedrock::Types::AutomatedReasoningPolicyAddRuleAnnotation
- Defined in:
- gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb
Overview
An annotation for adding a new rule to an Automated Reasoning policy using a formal logical expression.
Constant Summary collapse
- SENSITIVE =
[:expression]
Instance Attribute Summary collapse
-
#expression ⇒ String
The formal logical expression that defines the rule, using mathematical notation and referencing policy variables and types.
Instance Attribute Details
#expression ⇒ String
The formal logical expression that defines the rule, using mathematical notation and referencing policy variables and types.
533 534 535 536 537 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 533 class AutomatedReasoningPolicyAddRuleAnnotation < Struct.new( :expression) SENSITIVE = [:expression] include Aws::Structure end |