Class: Aws::Types::AutomatedReasoningPolicyTestCase

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:guard_content, :query_content])

Instance Attribute Summary collapse

Instance Attribute Details

#confidence_threshold::Float

Returns the value of attribute confidence_threshold.

Returns:

  • (::Float)


698
699
700
# File 'sig/types.rbs', line 698

def confidence_threshold
  @confidence_threshold
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


696
697
698
# File 'sig/types.rbs', line 696

def created_at
  @created_at
end

#expected_aggregated_findings_result"VALID", ...

Returns the value of attribute expected_aggregated_findings_result.

Returns:

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


695
696
697
# File 'sig/types.rbs', line 695

def expected_aggregated_findings_result
  @expected_aggregated_findings_result
end

#guard_content::String

Returns the value of attribute guard_content.

Returns:

  • (::String)


693
694
695
# File 'sig/types.rbs', line 693

def guard_content
  @guard_content
end

#query_content::String

Returns the value of attribute query_content.

Returns:

  • (::String)


694
695
696
# File 'sig/types.rbs', line 694

def query_content
  @query_content
end

#test_case_id::String

Returns the value of attribute test_case_id.

Returns:

  • (::String)


692
693
694
# File 'sig/types.rbs', line 692

def test_case_id
  @test_case_id
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


697
698
699
# File 'sig/types.rbs', line 697

def updated_at
  @updated_at
end