Class: Aws::Types::AutomatedReasoningPolicyTestResult
- Inherits:
-
Object
- Object
- Aws::Types::AutomatedReasoningPolicyTestResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#aggregated_test_findings_result ⇒ "VALID", ...
Returns the value of attribute aggregated_test_findings_result.
-
#policy_arn ⇒ ::String
Returns the value of attribute policy_arn.
-
#test_case ⇒ Types::AutomatedReasoningPolicyTestCase
Returns the value of attribute test_case.
-
#test_findings ⇒ ::Array[Types::AutomatedReasoningCheckFinding]
Returns the value of attribute test_findings.
-
#test_run_result ⇒ "PASSED", "FAILED"
Returns the value of attribute test_run_result.
-
#test_run_status ⇒ "NOT_STARTED", ...
Returns the value of attribute test_run_status.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
Instance Attribute Details
#aggregated_test_findings_result ⇒ "VALID", ...
Returns the value of attribute aggregated_test_findings_result.
708 709 710 |
# File 'sig/types.rbs', line 708 def aggregated_test_findings_result @aggregated_test_findings_result end |
#policy_arn ⇒ ::String
Returns the value of attribute policy_arn.
704 705 706 |
# File 'sig/types.rbs', line 704 def policy_arn @policy_arn end |
#test_case ⇒ Types::AutomatedReasoningPolicyTestCase
Returns the value of attribute test_case.
703 704 705 |
# File 'sig/types.rbs', line 703 def test_case @test_case end |
#test_findings ⇒ ::Array[Types::AutomatedReasoningCheckFinding]
Returns the value of attribute test_findings.
706 707 708 |
# File 'sig/types.rbs', line 706 def test_findings @test_findings end |
#test_run_result ⇒ "PASSED", "FAILED"
Returns the value of attribute test_run_result.
707 708 709 |
# File 'sig/types.rbs', line 707 def test_run_result @test_run_result end |
#test_run_status ⇒ "NOT_STARTED", ...
Returns the value of attribute test_run_status.
705 706 707 |
# File 'sig/types.rbs', line 705 def test_run_status @test_run_status end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
709 710 711 |
# File 'sig/types.rbs', line 709 def updated_at @updated_at end |