Class: Aws::Bedrock::Types::AutomatedReasoningPolicyAddVariableMutation

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb

Overview

A mutation operation that adds a new variable to 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.



677
678
679
680
681
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 677

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