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

The variable definition that specifies the name, type, and description for the new variable being added to the policy.



674
675
676
677
678
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 674

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