Class: Aws::Types::GuardrailAutomatedReasoningValidFinding
- Inherits:
-
Object
- Object
- Aws::Types::GuardrailAutomatedReasoningValidFinding
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#claims_true_scenario ⇒ Types::GuardrailAutomatedReasoningScenario
Returns the value of attribute claims_true_scenario.
-
#logic_warning ⇒ Types::GuardrailAutomatedReasoningLogicWarning
Returns the value of attribute logic_warning.
-
#supporting_rules ⇒ ::Array[Types::GuardrailAutomatedReasoningRule]
Returns the value of attribute supporting_rules.
-
#translation ⇒ Types::GuardrailAutomatedReasoningTranslation
Returns the value of attribute translation.
Instance Attribute Details
#claims_true_scenario ⇒ Types::GuardrailAutomatedReasoningScenario
Returns the value of attribute claims_true_scenario.
657 658 659 |
# File 'sig/types.rbs', line 657 def claims_true_scenario @claims_true_scenario end |
#logic_warning ⇒ Types::GuardrailAutomatedReasoningLogicWarning
Returns the value of attribute logic_warning.
659 660 661 |
# File 'sig/types.rbs', line 659 def logic_warning @logic_warning end |
#supporting_rules ⇒ ::Array[Types::GuardrailAutomatedReasoningRule]
Returns the value of attribute supporting_rules.
658 659 660 |
# File 'sig/types.rbs', line 658 def supporting_rules @supporting_rules end |
#translation ⇒ Types::GuardrailAutomatedReasoningTranslation
Returns the value of attribute translation.
656 657 658 |
# File 'sig/types.rbs', line 656 def translation @translation end |