Class: Aws::Types::CreateAutomatedReasoningPolicyTestCaseResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateAutomatedReasoningPolicyTestCaseResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#policy_arn ⇒ ::String
Returns the value of attribute policy_arn.
-
#test_case_id ⇒ ::String
Returns the value of attribute test_case_id.
Instance Attribute Details
#policy_arn ⇒ ::String
Returns the value of attribute policy_arn.
945 946 947 |
# File 'sig/types.rbs', line 945 def policy_arn @policy_arn end |
#test_case_id ⇒ ::String
Returns the value of attribute test_case_id.
946 947 948 |
# File 'sig/types.rbs', line 946 def test_case_id @test_case_id end |