Class: Aws::Types::GuardrailAutomatedReasoningStatement
- Inherits:
-
Object
- Object
- Aws::Types::GuardrailAutomatedReasoningStatement
- 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.
627 628 629 |
# File 'sig/types.rbs', line 627 def logic @logic end |
#natural_language ⇒ ::String
Returns the value of attribute natural_language.
628 629 630 |
# File 'sig/types.rbs', line 628 def natural_language @natural_language end |