Class: Aws::Bedrock::Types::AutomatedReasoningPolicyDeleteRuleAnnotation

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

Overview

An annotation for removing a rule from an Automated Reasoning policy.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#rule_idString

The unique identifier of the rule to delete from the policy.

Returns:

  • (String)


1341
1342
1343
1344
1345
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 1341

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