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)


7053
7054
7055
# File 'sig/types.rbs', line 7053

def action
  @action
end

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

Returns the value of attribute additional_options.

Returns:

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


7049
7050
7051
# File 'sig/types.rbs', line 7049

def additional_options
  @additional_options
end

#auto_pushdownBoolean

Returns the value of attribute auto_pushdown.

Returns:

  • (Boolean)


7061
7062
7063
# File 'sig/types.rbs', line 7061

def auto_pushdown
  @auto_pushdown
end

#connectionTypes::Option

Returns the value of attribute connection.

Returns:



7043
7044
7045
# File 'sig/types.rbs', line 7043

def connection
  @connection
end

#database::String

Returns the value of attribute database.

Returns:

  • (::String)


7046
7047
7048
# File 'sig/types.rbs', line 7046

def database
  @database
end

#iam_roleTypes::Option

Returns the value of attribute iam_role.

Returns:



7048
7049
7050
# File 'sig/types.rbs', line 7048

def iam_role
  @iam_role
end

#merge_action::String

Returns the value of attribute merge_action.

Returns:

  • (::String)


7055
7056
7057
# File 'sig/types.rbs', line 7055

def merge_action
  @merge_action
end

#merge_clause::String

Returns the value of attribute merge_clause.

Returns:

  • (::String)


7058
7059
7060
# File 'sig/types.rbs', line 7058

def merge_clause
  @merge_clause
end

#merge_when_matched::String

Returns the value of attribute merge_when_matched.

Returns:

  • (::String)


7056
7057
7058
# File 'sig/types.rbs', line 7056

def merge_when_matched
  @merge_when_matched
end

#merge_when_not_matched::String

Returns the value of attribute merge_when_not_matched.

Returns:

  • (::String)


7057
7058
7059
# File 'sig/types.rbs', line 7057

def merge_when_not_matched
  @merge_when_not_matched
end

#post_action::String

Returns the value of attribute post_action.

Returns:

  • (::String)


7052
7053
7054
# File 'sig/types.rbs', line 7052

def post_action
  @post_action
end

#pre_action::String

Returns the value of attribute pre_action.

Returns:

  • (::String)


7051
7052
7053
# File 'sig/types.rbs', line 7051

def pre_action
  @pre_action
end

#sample_query::String

Returns the value of attribute sample_query.

Returns:

  • (::String)


7050
7051
7052
# File 'sig/types.rbs', line 7050

def sample_query
  @sample_query
end

#schema::String

Returns the value of attribute schema.

Returns:

  • (::String)


7044
7045
7046
# File 'sig/types.rbs', line 7044

def schema
  @schema
end

#selected_columns::Array[Types::Option]

Returns the value of attribute selected_columns.

Returns:



7060
7061
7062
# File 'sig/types.rbs', line 7060

def selected_columns
  @selected_columns
end

#source_type::String

Returns the value of attribute source_type.

Returns:

  • (::String)


7042
7043
7044
# File 'sig/types.rbs', line 7042

def source_type
  @source_type
end

#staging_table::String

Returns the value of attribute staging_table.

Returns:

  • (::String)


7059
7060
7061
# File 'sig/types.rbs', line 7059

def staging_table
  @staging_table
end

#table::String

Returns the value of attribute table.

Returns:

  • (::String)


7045
7046
7047
# File 'sig/types.rbs', line 7045

def table
  @table
end

#table_schema::Array[Types::Option]

Returns the value of attribute table_schema.

Returns:



7062
7063
7064
# File 'sig/types.rbs', line 7062

def table_schema
  @table_schema
end

#temp_dir::String

Returns the value of attribute temp_dir.

Returns:

  • (::String)


7047
7048
7049
# File 'sig/types.rbs', line 7047

def temp_dir
  @temp_dir
end

#upsertBoolean

Returns the value of attribute upsert.

Returns:

  • (Boolean)


7054
7055
7056
# File 'sig/types.rbs', line 7054

def upsert
  @upsert
end