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

Represents a variable in an Automated Reasoning policy. Variables represent concepts that can have values assigned during natural language translation.



1972
1973
1974
1975
1976
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 1972

class AutomatedReasoningPolicyUpdateVariableMutation < Struct.new(
  :variable)
  SENSITIVE = []
  include Aws::Structure
end