Class: Aws::Bedrock::Types::DeleteAutomatedReasoningPolicyTestCaseRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Bedrock::Types::DeleteAutomatedReasoningPolicyTestCaseRequest
- Defined in:
- gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#last_updated_at ⇒ Time
The timestamp when the test was last updated.
-
#policy_arn ⇒ String
The Amazon Resource Name (ARN) of the Automated Reasoning policy that contains the test.
-
#test_case_id ⇒ String
The unique identifier of the test to delete.
Instance Attribute Details
#last_updated_at ⇒ Time
The timestamp when the test was last updated. This is used as a concurrency token to prevent conflicting modifications.
4112 4113 4114 4115 4116 4117 4118 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 4112 class DeleteAutomatedReasoningPolicyTestCaseRequest < Struct.new( :policy_arn, :test_case_id, :last_updated_at) SENSITIVE = [] include Aws::Structure end |
#policy_arn ⇒ String
The Amazon Resource Name (ARN) of the Automated Reasoning policy that contains the test.
4112 4113 4114 4115 4116 4117 4118 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 4112 class DeleteAutomatedReasoningPolicyTestCaseRequest < Struct.new( :policy_arn, :test_case_id, :last_updated_at) SENSITIVE = [] include Aws::Structure end |
#test_case_id ⇒ String
The unique identifier of the test to delete.
4112 4113 4114 4115 4116 4117 4118 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 4112 class DeleteAutomatedReasoningPolicyTestCaseRequest < Struct.new( :policy_arn, :test_case_id, :last_updated_at) SENSITIVE = [] include Aws::Structure end |