Class: Aws::Types::UpdateAutomatedReasoningPolicyTestCaseRequest

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)


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.

Returns:

  • (::Float)


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.

Returns:

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


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.

Returns:

  • (::String)


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.

Returns:

  • (::Time)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


3612
3613
3614
# File 'sig/types.rbs', line 3612

def test_case_id
  @test_case_id
end