Class: Aws::Types::GeneratedQuery

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#sql::String

Returns the value of attribute sql.

Returns:

  • (::String)


1138
1139
1140
# File 'sig/types.rbs', line 1138

def sql
  @sql
end

#type"REDSHIFT_SQL"

Returns the value of attribute type.

Returns:

  • ("REDSHIFT_SQL")


1139
1140
1141
# File 'sig/types.rbs', line 1139

def type
  @type
end