Class: Aws::Bedrock::Types::AutomatedReasoningPolicyDeleteTypeMutation
- Inherits:
-
Struct
- Object
- Struct
- Aws::Bedrock::Types::AutomatedReasoningPolicyDeleteTypeMutation
- Defined in:
- gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb
Overview
A mutation operation that removes a custom type from the policy definition during the build process.
Constant Summary collapse
- SENSITIVE =
[:name]
Instance Attribute Summary collapse
-
#name ⇒ String
The name of the custom type to delete.
Instance Attribute Details
#name ⇒ String
The name of the custom type to delete.
1387 1388 1389 1390 1391 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 1387 class AutomatedReasoningPolicyDeleteTypeMutation < Struct.new( :name) SENSITIVE = [:name] include Aws::Structure end |