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.
1425 1426 1427 1428 1429 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 1425 class AutomatedReasoningPolicyDeleteVariableMutation < Struct.new( :name) SENSITIVE = [:name] include Aws::Structure end |