Class: Aws::Bedrock::Types::DeleteAutomatedReasoningPolicyRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#policy_arnString

The Amazon Resource Name (ARN) of the Automated Reasoning policy to delete.

Returns:

  • (String)


3859
3860
3861
3862
3863
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 3859

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