Class: Aws::Types::GuardrailAutomatedReasoningLogicWarning
- Inherits:
-
Object
- Object
- Aws::Types::GuardrailAutomatedReasoningLogicWarning
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#claims ⇒ ::Array[Types::GuardrailAutomatedReasoningStatement]
Returns the value of attribute claims.
-
#premises ⇒ ::Array[Types::GuardrailAutomatedReasoningStatement]
Returns the value of attribute premises.
-
#type ⇒ "ALWAYS_FALSE", "ALWAYS_TRUE"
Returns the value of attribute type.
Instance Attribute Details
#claims ⇒ ::Array[Types::GuardrailAutomatedReasoningStatement]
Returns the value of attribute claims.
595 596 597 |
# File 'sig/types.rbs', line 595 def claims @claims end |
#premises ⇒ ::Array[Types::GuardrailAutomatedReasoningStatement]
Returns the value of attribute premises.
594 595 596 |
# File 'sig/types.rbs', line 594 def premises @premises end |
#type ⇒ "ALWAYS_FALSE", "ALWAYS_TRUE"
Returns the value of attribute type.
593 594 595 |
# File 'sig/types.rbs', line 593 def type @type end |