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.
1056 1057 1058 |
# File 'sig/types.rbs', line 1056 def sql @sql end |
#type ⇒ "REDSHIFT_SQL"
Returns the value of attribute type.
1057 1058 1059 |
# File 'sig/types.rbs', line 1057 def type @type end |