Class: Aws::Types::AutomatedReasoningCheckSatisfiableFinding

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#claims_false_scenarioTypes::AutomatedReasoningCheckScenario

Returns the value of attribute claims_false_scenario.



156
157
158
# File 'sig/types.rbs', line 156

def claims_false_scenario
  @claims_false_scenario
end

#claims_true_scenarioTypes::AutomatedReasoningCheckScenario

Returns the value of attribute claims_true_scenario.



155
156
157
# File 'sig/types.rbs', line 155

def claims_true_scenario
  @claims_true_scenario
end

#logic_warningTypes::AutomatedReasoningCheckLogicWarning

Returns the value of attribute logic_warning.



157
158
159
# File 'sig/types.rbs', line 157

def logic_warning
  @logic_warning
end

#translationTypes::AutomatedReasoningCheckTranslation

Returns the value of attribute translation.



154
155
156
# File 'sig/types.rbs', line 154

def translation
  @translation
end