Class: Aws::Bedrock::Types::AutomatedReasoningPolicyUpdateRuleMutation

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb

Overview

A mutation operation that modifies an existing rule in the policy definition during the build process.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#ruleTypes::AutomatedReasoningPolicyDefinitionRule

The updated rule definition containing the modified formal logical expression and any changed metadata for the existing rule.



1843
1844
1845
1846
1847
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 1843

class AutomatedReasoningPolicyUpdateRuleMutation < Struct.new(
  :rule)
  SENSITIVE = []
  include Aws::Structure
end