Class: Aws::Types::UpdateAutomatedReasoningPolicyTestCaseRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateAutomatedReasoningPolicyTestCaseRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
-
#confidence_threshold ⇒ ::Float
Returns the value of attribute confidence_threshold.
-
#expected_aggregated_findings_result ⇒ "VALID", ...
Returns the value of attribute expected_aggregated_findings_result.
-
#guard_content ⇒ ::String
Returns the value of attribute guard_content.
-
#last_updated_at ⇒ ::Time
Returns the value of attribute last_updated_at.
-
#policy_arn ⇒ ::String
Returns the value of attribute policy_arn.
-
#query_content ⇒ ::String
Returns the value of attribute query_content.
-
#test_case_id ⇒ ::String
Returns the value of attribute test_case_id.
Instance Attribute Details
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
3618 3619 3620 |
# File 'sig/types.rbs', line 3618 def client_request_token @client_request_token end |
#confidence_threshold ⇒ ::Float
Returns the value of attribute confidence_threshold.
3617 3618 3619 |
# File 'sig/types.rbs', line 3617 def confidence_threshold @confidence_threshold end |
#expected_aggregated_findings_result ⇒ "VALID", ...
Returns the value of attribute expected_aggregated_findings_result.
3616 3617 3618 |
# File 'sig/types.rbs', line 3616 def expected_aggregated_findings_result @expected_aggregated_findings_result end |
#guard_content ⇒ ::String
Returns the value of attribute guard_content.
3613 3614 3615 |
# File 'sig/types.rbs', line 3613 def guard_content @guard_content end |
#last_updated_at ⇒ ::Time
Returns the value of attribute last_updated_at.
3615 3616 3617 |
# File 'sig/types.rbs', line 3615 def last_updated_at @last_updated_at end |
#policy_arn ⇒ ::String
Returns the value of attribute policy_arn.
3611 3612 3613 |
# File 'sig/types.rbs', line 3611 def policy_arn @policy_arn end |
#query_content ⇒ ::String
Returns the value of attribute query_content.
3614 3615 3616 |
# File 'sig/types.rbs', line 3614 def query_content @query_content end |
#test_case_id ⇒ ::String
Returns the value of attribute test_case_id.
3612 3613 3614 |
# File 'sig/types.rbs', line 3612 def test_case_id @test_case_id end |