Class: Aws::Types::CreateAutomatedReasoningPolicyTestCaseRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateAutomatedReasoningPolicyTestCaseRequest
- 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.
-
#policy_arn ⇒ ::String
Returns the value of attribute policy_arn.
-
#query_content ⇒ ::String
Returns the value of attribute query_content.
Instance Attribute Details
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
939 940 941 |
# File 'sig/types.rbs', line 939 def client_request_token @client_request_token end |
#confidence_threshold ⇒ ::Float
Returns the value of attribute confidence_threshold.
940 941 942 |
# File 'sig/types.rbs', line 940 def confidence_threshold @confidence_threshold end |
#expected_aggregated_findings_result ⇒ "VALID", ...
Returns the value of attribute expected_aggregated_findings_result.
938 939 940 |
# File 'sig/types.rbs', line 938 def expected_aggregated_findings_result @expected_aggregated_findings_result end |
#guard_content ⇒ ::String
Returns the value of attribute guard_content.
936 937 938 |
# File 'sig/types.rbs', line 936 def guard_content @guard_content end |
#policy_arn ⇒ ::String
Returns the value of attribute policy_arn.
935 936 937 |
# File 'sig/types.rbs', line 935 def policy_arn @policy_arn end |
#query_content ⇒ ::String
Returns the value of attribute query_content.
937 938 939 |
# File 'sig/types.rbs', line 937 def query_content @query_content end |