Class: Aws::Types::GetAutomatedReasoningPolicyTestResultRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetAutomatedReasoningPolicyTestResultRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#build_workflow_id ⇒ ::String
Returns the value of attribute build_workflow_id.
-
#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
#build_workflow_id ⇒ ::String
Returns the value of attribute build_workflow_id.
1806 1807 1808 |
# File 'sig/types.rbs', line 1806 def build_workflow_id @build_workflow_id end |
#policy_arn ⇒ ::String
Returns the value of attribute policy_arn.
1805 1806 1807 |
# File 'sig/types.rbs', line 1805 def policy_arn @policy_arn end |
#test_case_id ⇒ ::String
Returns the value of attribute test_case_id.
1807 1808 1809 |
# File 'sig/types.rbs', line 1807 def test_case_id @test_case_id end |