Class: Aws::Bedrock::Types::AutomatedReasoningPolicyDeleteRuleAnnotation
- Inherits:
-
Struct
- Object
- Struct
- Aws::Bedrock::Types::AutomatedReasoningPolicyDeleteRuleAnnotation
- 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
-
#rule_id ⇒ String
The unique identifier of the rule to delete from the policy.
Instance Attribute Details
#rule_id ⇒ String
The unique identifier of the rule to delete from the policy.
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 |