Class: Aws::Bedrock::Types::AutomatedReasoningPolicyAddRuleMutation

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#ruleTypes::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