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.



1966
1967
1968
1969
1970
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 1966

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