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

Represents a formal logic rule in an Automated Reasoning policy. For example, rules can be expressed as if-then statements that define logical constraints.



1852
1853
1854
1855
1856
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 1852

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