Class: Aws::Types::AutomatedReasoningPolicyTestResult

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#aggregated_test_findings_result"VALID", ...

Returns the value of attribute aggregated_test_findings_result.

Returns:

  • ("VALID", "INVALID", "SATISFIABLE", "IMPOSSIBLE", "TRANSLATION_AMBIGUOUS", "TOO_COMPLEX", "NO_TRANSLATION")


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.

Returns:

  • (::String)


704
705
706
# File 'sig/types.rbs', line 704

def policy_arn
  @policy_arn
end

#test_caseTypes::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.

Returns:

  • ("PASSED", "FAILED")


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.

Returns:

  • ("NOT_STARTED", "SCHEDULED", "IN_PROGRESS", "COMPLETED", "FAILED")


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.

Returns:

  • (::Time)


709
710
711
# File 'sig/types.rbs', line 709

def updated_at
  @updated_at
end