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