Class: Aws::Types::SnowflakeNodeData

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#action::String

Returns the value of attribute action.

Returns:

  • (::String)


7016
7017
7018
# File 'sig/types.rbs', line 7016

def action
  @action
end

#additional_options::Hash[::String, ::String]

Returns the value of attribute additional_options.

Returns:

  • (::Hash[::String, ::String])


7012
7013
7014
# File 'sig/types.rbs', line 7012

def additional_options
  @additional_options
end

#auto_pushdownBoolean

Returns the value of attribute auto_pushdown.

Returns:

  • (Boolean)


7024
7025
7026
# File 'sig/types.rbs', line 7024

def auto_pushdown
  @auto_pushdown
end

#connectionTypes::Option

Returns the value of attribute connection.

Returns:



7006
7007
7008
# File 'sig/types.rbs', line 7006

def connection
  @connection
end

#database::String

Returns the value of attribute database.

Returns:

  • (::String)


7009
7010
7011
# File 'sig/types.rbs', line 7009

def database
  @database
end

#iam_roleTypes::Option

Returns the value of attribute iam_role.

Returns:



7011
7012
7013
# File 'sig/types.rbs', line 7011

def iam_role
  @iam_role
end

#merge_action::String

Returns the value of attribute merge_action.

Returns:

  • (::String)


7018
7019
7020
# File 'sig/types.rbs', line 7018

def merge_action
  @merge_action
end

#merge_clause::String

Returns the value of attribute merge_clause.

Returns:

  • (::String)


7021
7022
7023
# File 'sig/types.rbs', line 7021

def merge_clause
  @merge_clause
end

#merge_when_matched::String

Returns the value of attribute merge_when_matched.

Returns:

  • (::String)


7019
7020
7021
# File 'sig/types.rbs', line 7019

def merge_when_matched
  @merge_when_matched
end

#merge_when_not_matched::String

Returns the value of attribute merge_when_not_matched.

Returns:

  • (::String)


7020
7021
7022
# File 'sig/types.rbs', line 7020

def merge_when_not_matched
  @merge_when_not_matched
end

#post_action::String

Returns the value of attribute post_action.

Returns:

  • (::String)


7015
7016
7017
# File 'sig/types.rbs', line 7015

def post_action
  @post_action
end

#pre_action::String

Returns the value of attribute pre_action.

Returns:

  • (::String)


7014
7015
7016
# File 'sig/types.rbs', line 7014

def pre_action
  @pre_action
end

#sample_query::String

Returns the value of attribute sample_query.

Returns:

  • (::String)


7013
7014
7015
# File 'sig/types.rbs', line 7013

def sample_query
  @sample_query
end

#schema::String

Returns the value of attribute schema.

Returns:

  • (::String)


7007
7008
7009
# File 'sig/types.rbs', line 7007

def schema
  @schema
end

#selected_columns::Array[Types::Option]

Returns the value of attribute selected_columns.

Returns:



7023
7024
7025
# File 'sig/types.rbs', line 7023

def selected_columns
  @selected_columns
end

#source_type::String

Returns the value of attribute source_type.

Returns:

  • (::String)


7005
7006
7007
# File 'sig/types.rbs', line 7005

def source_type
  @source_type
end

#staging_table::String

Returns the value of attribute staging_table.

Returns:

  • (::String)


7022
7023
7024
# File 'sig/types.rbs', line 7022

def staging_table
  @staging_table
end

#table::String

Returns the value of attribute table.

Returns:

  • (::String)


7008
7009
7010
# File 'sig/types.rbs', line 7008

def table
  @table
end

#table_schema::Array[Types::Option]

Returns the value of attribute table_schema.

Returns:



7025
7026
7027
# File 'sig/types.rbs', line 7025

def table_schema
  @table_schema
end

#temp_dir::String

Returns the value of attribute temp_dir.

Returns:

  • (::String)


7010
7011
7012
# File 'sig/types.rbs', line 7010

def temp_dir
  @temp_dir
end

#upsertBoolean

Returns the value of attribute upsert.

Returns:

  • (Boolean)


7017
7018
7019
# File 'sig/types.rbs', line 7017

def upsert
  @upsert
end