Class: Aws::Bedrock::Types::AutomatedReasoningPolicyAddRuleAnnotation

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

Overview

An annotation for adding a new rule to an Automated Reasoning policy using a formal logical expression.

Constant Summary collapse

SENSITIVE =
[:expression]

Instance Attribute Summary collapse

Instance Attribute Details

#expressionString

The formal logical expression that defines the rule, using mathematical notation and referencing policy variables and types.

Returns:

  • (String)


533
534
535
536
537
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 533

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