Class: Aws::Bedrock::Types::AutomatedReasoningPolicyUpdateVariableMutation
- Inherits:
-
Struct
- Object
- Struct
- Aws::Bedrock::Types::AutomatedReasoningPolicyUpdateVariableMutation
- Defined in:
- gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb
Overview
A mutation operation that modifies an existing variable in the policy definition during the build process.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#variable ⇒ Types::AutomatedReasoningPolicyDefinitionVariable
The updated variable definition containing the modified name, type, or description for the existing variable.
Instance Attribute Details
#variable ⇒ Types::AutomatedReasoningPolicyDefinitionVariable
The updated variable definition containing the modified name, type, or description for the existing variable.
2142 2143 2144 2145 2146 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 2142 class AutomatedReasoningPolicyUpdateVariableMutation < Struct.new( :variable) SENSITIVE = [] include Aws::Structure end |