Class: Aws::Bedrock::Types::AutomatedReasoningPolicyDeleteTypeAnnotation
- Inherits:
-
Struct
- Object
- Struct
- Aws::Bedrock::Types::AutomatedReasoningPolicyDeleteTypeAnnotation
- Defined in:
- gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb
Overview
An annotation for removing a custom type from an Automated Reasoning policy.
Constant Summary collapse
- SENSITIVE =
[:name]
Instance Attribute Summary collapse
-
#name ⇒ String
The name of the custom type to delete from the policy.
Instance Attribute Details
#name ⇒ String
The name of the custom type to delete from the policy. The type must not be referenced by any variables or rules.
1372 1373 1374 1375 1376 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 1372 class AutomatedReasoningPolicyDeleteTypeAnnotation < Struct.new( :name) SENSITIVE = [:name] include Aws::Structure end |