Class: Aws::Types::CuratedQuery
- Inherits:
-
Object
- Object
- Aws::Types::CuratedQuery
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#natural_language ⇒ ::String
Returns the value of attribute natural_language.
-
#sql ⇒ ::String
Returns the value of attribute sql.
Instance Attribute Details
#natural_language ⇒ ::String
Returns the value of attribute natural_language.
615 616 617 |
# File 'sig/types.rbs', line 615 def natural_language @natural_language end |
#sql ⇒ ::String
Returns the value of attribute sql.
616 617 618 |
# File 'sig/types.rbs', line 616 def sql @sql end |