Class: Aws::Types::AutomatedReasoningCheckLogicWarning
- Inherits:
-
Object
- Object
- Aws::Types::AutomatedReasoningCheckLogicWarning
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#claims ⇒ ::Array[Types::AutomatedReasoningLogicStatement]
Returns the value of attribute claims.
-
#premises ⇒ ::Array[Types::AutomatedReasoningLogicStatement]
Returns the value of attribute premises.
-
#type ⇒ "ALWAYS_TRUE", "ALWAYS_FALSE"
Returns the value of attribute type.
Instance Attribute Details
#claims ⇒ ::Array[Types::AutomatedReasoningLogicStatement]
Returns the value of attribute claims.
140 141 142 |
# File 'sig/types.rbs', line 140 def claims @claims end |
#premises ⇒ ::Array[Types::AutomatedReasoningLogicStatement]
Returns the value of attribute premises.
139 140 141 |
# File 'sig/types.rbs', line 139 def premises @premises end |
#type ⇒ "ALWAYS_TRUE", "ALWAYS_FALSE"
Returns the value of attribute type.
138 139 140 |
# File 'sig/types.rbs', line 138 def type @type end |