Class: Aws::Types::AutomatedReasoningLogicStatement
- Inherits:
-
Object
- Object
- Aws::Types::AutomatedReasoningLogicStatement
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#logic ⇒ ::String
Returns the value of attribute logic.
-
#natural_language ⇒ ::String
Returns the value of attribute natural_language.
Instance Attribute Details
#logic ⇒ ::String
Returns the value of attribute logic.
198 199 200 |
# File 'sig/types.rbs', line 198 def logic @logic end |
#natural_language ⇒ ::String
Returns the value of attribute natural_language.
199 200 201 |
# File 'sig/types.rbs', line 199 def natural_language @natural_language end |