Class: Aws::Types::AutomatedReasoningCheckValidFinding

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#claims_true_scenarioTypes::AutomatedReasoningCheckScenario

Returns the value of attribute claims_true_scenario.



191
192
193
# File 'sig/types.rbs', line 191

def claims_true_scenario
  @claims_true_scenario
end

#logic_warningTypes::AutomatedReasoningCheckLogicWarning

Returns the value of attribute logic_warning.



193
194
195
# File 'sig/types.rbs', line 193

def logic_warning
  @logic_warning
end

#supporting_rules::Array[Types::AutomatedReasoningCheckRule]

Returns the value of attribute supporting_rules.



192
193
194
# File 'sig/types.rbs', line 192

def supporting_rules
  @supporting_rules
end

#translationTypes::AutomatedReasoningCheckTranslation

Returns the value of attribute translation.



190
191
192
# File 'sig/types.rbs', line 190

def translation
  @translation
end