Class: Aws::Types::GetAutomatedReasoningPolicyTestCaseRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetAutomatedReasoningPolicyTestCaseRequest
- 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.
1793 1794 1795 |
# File 'sig/types.rbs', line 1793 def policy_arn @policy_arn end |
#test_case_id ⇒ ::String
Returns the value of attribute test_case_id.
1794 1795 1796 |
# File 'sig/types.rbs', line 1794 def test_case_id @test_case_id end |