Class: Aws::Bedrock::Types::DeleteAutomatedReasoningPolicyRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Bedrock::Types::DeleteAutomatedReasoningPolicyRequest
- Defined in:
- gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#force ⇒ Boolean
Specifies whether to force delete the automated reasoning policy even if it has active resources.
-
#policy_arn ⇒ String
The Amazon Resource Name (ARN) of the Automated Reasoning policy to delete.
Instance Attribute Details
#force ⇒ Boolean
Specifies whether to force delete the automated reasoning policy
even if it has active resources. When false, Amazon Bedrock
validates if all artifacts have been deleted (e.g. policy version,
test case, test result) for a policy before deletion. When true,
Amazon Bedrock will delete the policy and all its artifacts without
validation. Default is false.
3877 3878 3879 3880 3881 3882 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 3877 class DeleteAutomatedReasoningPolicyRequest < Struct.new( :policy_arn, :force) SENSITIVE = [] include Aws::Structure end |
#policy_arn ⇒ String
The Amazon Resource Name (ARN) of the Automated Reasoning policy to delete.
3877 3878 3879 3880 3881 3882 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 3877 class DeleteAutomatedReasoningPolicyRequest < Struct.new( :policy_arn, :force) SENSITIVE = [] include Aws::Structure end |