Class: Aws::Bedrock::Types::AutomatedReasoningPolicyUpdateVariableMutation

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#variableTypes::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