Class: Aws::Bedrock::Types::CreateAutomatedReasoningPolicyTestCaseResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Bedrock::Types::CreateAutomatedReasoningPolicyTestCaseResponse
- 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 for which the test was created.
-
#test_case_id ⇒ String
The unique identifier of the created test.
Instance Attribute Details
#policy_arn ⇒ String
The Amazon Resource Name (ARN) of the policy for which the test was created.
3016 3017 3018 3019 3020 3021 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 3016 class CreateAutomatedReasoningPolicyTestCaseResponse < Struct.new( :policy_arn, :test_case_id) SENSITIVE = [] include Aws::Structure end |
#test_case_id ⇒ String
The unique identifier of the created test.
3016 3017 3018 3019 3020 3021 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 3016 class CreateAutomatedReasoningPolicyTestCaseResponse < Struct.new( :policy_arn, :test_case_id) SENSITIVE = [] include Aws::Structure end |