Class: Aws::Types::GetAutomatedReasoningPolicyTestCaseResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetAutomatedReasoningPolicyTestCaseResponse
- 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 ⇒ Types::AutomatedReasoningPolicyTestCase
Returns the value of attribute test_case.
Instance Attribute Details
#policy_arn ⇒ ::String
Returns the value of attribute policy_arn.
1799 1800 1801 |
# File 'sig/types.rbs', line 1799 def policy_arn @policy_arn end |
#test_case ⇒ Types::AutomatedReasoningPolicyTestCase
Returns the value of attribute test_case.
1800 1801 1802 |
# File 'sig/types.rbs', line 1800 def test_case @test_case end |