Class: Aws::Bedrock::Types::AutomatedReasoningPolicyUpdateTypeMutation

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#typeTypes::AutomatedReasoningPolicyDefinitionType

The updated type definition containing the modified name, description, or values for the existing custom type.



1892
1893
1894
1895
1896
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 1892

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