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
The rule definition that specifies the formal logical expression and metadata for the new rule being added to the policy.
Instance Attribute Details
#rule ⇒ Types::AutomatedReasoningPolicyDefinitionRule
The rule definition that specifies the formal logical expression and metadata for the new rule being added to the policy.
565 566 567 568 569 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 565 class AutomatedReasoningPolicyAddRuleMutation < Struct.new( :rule) SENSITIVE = [] include Aws::Structure end |