Class: Aws::Types::AutomatedReasoningCheckValidFinding
- Inherits:
-
Object
- Object
- Aws::Types::AutomatedReasoningCheckValidFinding
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#claims_true_scenario ⇒ Types::AutomatedReasoningCheckScenario
Returns the value of attribute claims_true_scenario.
-
#logic_warning ⇒ Types::AutomatedReasoningCheckLogicWarning
Returns the value of attribute logic_warning.
-
#supporting_rules ⇒ ::Array[Types::AutomatedReasoningCheckRule]
Returns the value of attribute supporting_rules.
-
#translation ⇒ Types::AutomatedReasoningCheckTranslation
Returns the value of attribute translation.
Instance Attribute Details
#claims_true_scenario ⇒ Types::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_warning ⇒ Types::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 |
#translation ⇒ Types::AutomatedReasoningCheckTranslation
Returns the value of attribute translation.
190 191 192 |
# File 'sig/types.rbs', line 190 def translation @translation end |