Class: Aws::Bedrock::Types::AutomatedReasoningPolicyDeleteTypeMutation
- Inherits:
-
Struct
- Object
- Struct
- Aws::Bedrock::Types::AutomatedReasoningPolicyDeleteTypeMutation
- Includes:
- Structure
- Defined in:
- 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.
1470 1471 1472 1473 1474 |
# File 'lib/aws-sdk-bedrock/types.rb', line 1470 class AutomatedReasoningPolicyDeleteTypeMutation < Struct.new( :name) SENSITIVE = [:name] include Aws::Structure end |