Class: Aws::Types::GeneratedQuery
- Inherits:
-
Object
- Object
- Aws::Types::GeneratedQuery
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#sql ⇒ ::String
Returns the value of attribute sql.
-
#type ⇒ "REDSHIFT_SQL"
Returns the value of attribute type.
Instance Attribute Details
#sql ⇒ ::String
Returns the value of attribute sql.
1138 1139 1140 |
# File 'sig/types.rbs', line 1138 def sql @sql end |
#type ⇒ "REDSHIFT_SQL"
Returns the value of attribute type.
1139 1140 1141 |
# File 'sig/types.rbs', line 1139 def type @type end |