Class: Aws::Bedrock::Types::AutomatedReasoningPolicyDeleteTypeMutation

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

Overview

A mutation operation that removes a custom type from the policy definition during the build process.

Constant Summary collapse

SENSITIVE =
[:name]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the custom type to delete.

Returns:

  • (String)


1387
1388
1389
1390
1391
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 1387

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