Class: Aws::Types::AutomatedReasoningPolicyTestCase
- Inherits:
-
Object
- Object
- Aws::Types::AutomatedReasoningPolicyTestCase
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#confidence_threshold ⇒ ::Float
Returns the value of attribute confidence_threshold.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#expected_aggregated_findings_result ⇒ "VALID", ...
Returns the value of attribute expected_aggregated_findings_result.
-
#guard_content ⇒ ::String
Returns the value of attribute guard_content.
-
#query_content ⇒ ::String
Returns the value of attribute query_content.
-
#test_case_id ⇒ ::String
Returns the value of attribute test_case_id.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
Instance Attribute Details
#confidence_threshold ⇒ ::Float
Returns the value of attribute confidence_threshold.
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.
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.
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.
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.
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.
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.
697 698 699 |
# File 'sig/types.rbs', line 697 def updated_at @updated_at end |