Class: Aws::Types::GuardrailAutomatedReasoningImpossibleFinding
- Inherits:
-
Object
- Object
- Aws::Types::GuardrailAutomatedReasoningImpossibleFinding
- 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.
575 576 577 |
# File 'sig/types.rbs', line 575 def contradicting_rules @contradicting_rules end |
#logic_warning ⇒ Types::GuardrailAutomatedReasoningLogicWarning
Returns the value of attribute logic_warning.
576 577 578 |
# File 'sig/types.rbs', line 576 def logic_warning @logic_warning end |
#translation ⇒ Types::GuardrailAutomatedReasoningTranslation
Returns the value of attribute translation.
574 575 576 |
# File 'sig/types.rbs', line 574 def translation @translation end |