Class: Aws::Types::CreateAutomatedReasoningPolicyTestCaseRequest

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

#client_request_token::String

Returns the value of attribute client_request_token.

Returns:

  • (::String)


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.

Returns:

  • (::Float)


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.

Returns:

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


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


937
938
939
# File 'sig/types.rbs', line 937

def query_content
  @query_content
end