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.



2073
2074
2075
2076
2077
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 2073

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