Class: Aws::Bedrock::Types::UpdateAutomatedReasoningPolicyTestCaseResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Bedrock::Types::UpdateAutomatedReasoningPolicyTestCaseResponse
- Defined in:
- gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#policy_arn ⇒ String
The Amazon Resource Name (ARN) of the policy that contains the updated test.
-
#test_case_id ⇒ String
The unique identifier of the updated test.
Instance Attribute Details
#policy_arn ⇒ String
The Amazon Resource Name (ARN) of the policy that contains the updated test.
12284 12285 12286 12287 12288 12289 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 12284 class UpdateAutomatedReasoningPolicyTestCaseResponse < Struct.new( :policy_arn, :test_case_id) SENSITIVE = [] include Aws::Structure end |
#test_case_id ⇒ String
The unique identifier of the updated test.
12284 12285 12286 12287 12288 12289 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 12284 class UpdateAutomatedReasoningPolicyTestCaseResponse < Struct.new( :policy_arn, :test_case_id) SENSITIVE = [] include Aws::Structure end |