Class: Aws::Bedrock::Types::AutomatedReasoningPolicyDeleteTypeAnnotation

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb

Overview

An annotation for removing a custom type from an Automated Reasoning policy.

Constant Summary collapse

SENSITIVE =
[:name]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the custom type to delete from the policy. The type must not be referenced by any variables or rules.

Returns:

  • (String)


1372
1373
1374
1375
1376
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 1372

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