Class: Aws::Bedrock::Types::AutomatedReasoningPolicyDeleteRuleMutation
- Inherits:
-
Struct
- Object
- Struct
- Aws::Bedrock::Types::AutomatedReasoningPolicyDeleteRuleMutation
- Defined in:
- gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb
Overview
A mutation operation that removes a rule from the policy definition during the build process.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id ⇒ String
The unique identifier of the rule to delete.
Instance Attribute Details
#id ⇒ String
The unique identifier of the rule to delete.
1356 1357 1358 1359 1360 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 1356 class AutomatedReasoningPolicyDeleteRuleMutation < Struct.new( :id) SENSITIVE = [] include Aws::Structure end |