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:



2967
2968
2969
# File 'sig/types.rbs', line 2967

def columns
  @columns
end

#data_source_arn::String

Returns the value of attribute data_source_arn.

Returns:

  • (::String)


2964
2965
2966
# File 'sig/types.rbs', line 2964

def data_source_arn
  @data_source_arn
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


2965
2966
2967
# File 'sig/types.rbs', line 2965

def name
  @name
end

#sql_query::String

Returns the value of attribute sql_query.

Returns:

  • (::String)


2966
2967
2968
# File 'sig/types.rbs', line 2966

def sql_query
  @sql_query
end