Class: Aws::Bedrock::Types::AutomatedReasoningPolicyAddTypeMutation

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 custom type to the policy definition during the build process.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#typeTypes::AutomatedReasoningPolicyDefinitionType

Represents a custom user-defined viarble type in an Automated Reasoning policy. Types are enum-based and provide additional context beyond predefined variable types.



611
612
613
614
615
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 611

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