Class: Aws::Types::GuardrailAutomatedReasoningInvalidFinding
- Inherits:
-
Object
- Object
- Aws::Types::GuardrailAutomatedReasoningInvalidFinding
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#contradicting_rules ⇒ ::Array[Types::GuardrailAutomatedReasoningRule]
Returns the value of attribute contradicting_rules.
-
#logic_warning ⇒ Types::GuardrailAutomatedReasoningLogicWarning
Returns the value of attribute logic_warning.
-
#translation ⇒ Types::GuardrailAutomatedReasoningTranslation
Returns the value of attribute translation.
Instance Attribute Details
#contradicting_rules ⇒ ::Array[Types::GuardrailAutomatedReasoningRule]
Returns the value of attribute contradicting_rules.
587 588 589 |
# File 'sig/types.rbs', line 587 def contradicting_rules @contradicting_rules end |
#logic_warning ⇒ Types::GuardrailAutomatedReasoningLogicWarning
Returns the value of attribute logic_warning.
588 589 590 |
# File 'sig/types.rbs', line 588 def logic_warning @logic_warning end |
#translation ⇒ Types::GuardrailAutomatedReasoningTranslation
Returns the value of attribute translation.
586 587 588 |
# File 'sig/types.rbs', line 586 def translation @translation end |