Class: Aws::Types::CustomSql

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:sql_query])

Instance Attribute Summary collapse

Instance Attribute Details

#columns::Array[Types::InputColumn]

Returns the value of attribute columns.

Returns:



2836
2837
2838
# File 'sig/types.rbs', line 2836

def columns
  @columns
end

#data_source_arn::String

Returns the value of attribute data_source_arn.

Returns:

  • (::String)


2833
2834
2835
# File 'sig/types.rbs', line 2833

def data_source_arn
  @data_source_arn
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


2834
2835
2836
# File 'sig/types.rbs', line 2834

def name
  @name
end

#sql_query::String

Returns the value of attribute sql_query.

Returns:

  • (::String)


2835
2836
2837
# File 'sig/types.rbs', line 2835

def sql_query
  @sql_query
end