Class: Aws::Bedrock::Types::AutomatedReasoningPolicyAddRuleMutation
- Inherits:
-
Struct
- Object
- Struct
- Aws::Bedrock::Types::AutomatedReasoningPolicyAddRuleMutation
- Defined in:
- gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb
Overview
A mutation operation that adds a new rule to the policy definition during the build process.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#rule ⇒ Types::AutomatedReasoningPolicyDefinitionRule
Represents a formal logic rule in an Automated Reasoning policy.
Instance Attribute Details
#rule ⇒ Types::AutomatedReasoningPolicyDefinitionRule
Represents a formal logic rule in an Automated Reasoning policy. For example, rules can be expressed as if-then statements that define logical constraints.
566 567 568 569 570 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 566 class AutomatedReasoningPolicyAddRuleMutation < Struct.new( :rule) SENSITIVE = [] include Aws::Structure end |