Class: Aws::Bedrock::Types::AutomatedReasoningPolicyUpdateRuleAnnotation
- Inherits:
-
Struct
- Object
- Struct
- Aws::Bedrock::Types::AutomatedReasoningPolicyUpdateRuleAnnotation
- Defined in:
- gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb
Overview
An annotation for modifying an existing rule in an Automated Reasoning policy.
Constant Summary collapse
- SENSITIVE =
[:expression]
Instance Attribute Summary collapse
-
#expression ⇒ String
The new formal logical expression for the rule, replacing the previous expression.
-
#rule_id ⇒ String
The unique identifier of the rule to update.
Instance Attribute Details
#expression ⇒ String
The new formal logical expression for the rule, replacing the previous expression.
1834 1835 1836 1837 1838 1839 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 1834 class AutomatedReasoningPolicyUpdateRuleAnnotation < Struct.new( :rule_id, :expression) SENSITIVE = [:expression] include Aws::Structure end |
#rule_id ⇒ String
The unique identifier of the rule to update.
1834 1835 1836 1837 1838 1839 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 1834 class AutomatedReasoningPolicyUpdateRuleAnnotation < Struct.new( :rule_id, :expression) SENSITIVE = [:expression] include Aws::Structure end |