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)


1056
1057
1058
# File 'sig/types.rbs', line 1056

def sql
  @sql
end

#type"REDSHIFT_SQL"

Returns the value of attribute type.

Returns:

  • ("REDSHIFT_SQL")


1057
1058
1059
# File 'sig/types.rbs', line 1057

def type
  @type
end