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.
1961 1962 1963 1964 1965 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 1961 class AutomatedReasoningPolicyUpdateVariableMutation < Struct.new( :variable) SENSITIVE = [] include Aws::Structure end |