Class: Aws::Types::UpdateAutomatedReasoningPolicyTestCaseResponse
- Inherits:
-
Object
- Object
- Aws::Types::UpdateAutomatedReasoningPolicyTestCaseResponse
- 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.
3623 3624 3625 |
# File 'sig/types.rbs', line 3623 def policy_arn @policy_arn end |
#test_case_id ⇒ ::String
Returns the value of attribute test_case_id.
3624 3625 3626 |
# File 'sig/types.rbs', line 3624 def test_case_id @test_case_id end |