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)


6984
6985
6986
# File 'sig/types.rbs', line 6984

def action
  @action
end

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

Returns the value of attribute additional_options.

Returns:

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


6980
6981
6982
# File 'sig/types.rbs', line 6980

def additional_options
  @additional_options
end

#auto_pushdownBoolean

Returns the value of attribute auto_pushdown.

Returns:

  • (Boolean)


6992
6993
6994
# File 'sig/types.rbs', line 6992

def auto_pushdown
  @auto_pushdown
end

#connectionTypes::Option

Returns the value of attribute connection.

Returns:



6974
6975
6976
# File 'sig/types.rbs', line 6974

def connection
  @connection
end

#database::String

Returns the value of attribute database.

Returns:

  • (::String)


6977
6978
6979
# File 'sig/types.rbs', line 6977

def database
  @database
end

#iam_roleTypes::Option

Returns the value of attribute iam_role.

Returns:



6979
6980
6981
# File 'sig/types.rbs', line 6979

def iam_role
  @iam_role
end

#merge_action::String

Returns the value of attribute merge_action.

Returns:

  • (::String)


6986
6987
6988
# File 'sig/types.rbs', line 6986

def merge_action
  @merge_action
end

#merge_clause::String

Returns the value of attribute merge_clause.

Returns:

  • (::String)


6989
6990
6991
# File 'sig/types.rbs', line 6989

def merge_clause
  @merge_clause
end

#merge_when_matched::String

Returns the value of attribute merge_when_matched.

Returns:

  • (::String)


6987
6988
6989
# File 'sig/types.rbs', line 6987

def merge_when_matched
  @merge_when_matched
end

#merge_when_not_matched::String

Returns the value of attribute merge_when_not_matched.

Returns:

  • (::String)


6988
6989
6990
# File 'sig/types.rbs', line 6988

def merge_when_not_matched
  @merge_when_not_matched
end

#post_action::String

Returns the value of attribute post_action.

Returns:

  • (::String)


6983
6984
6985
# File 'sig/types.rbs', line 6983

def post_action
  @post_action
end

#pre_action::String

Returns the value of attribute pre_action.

Returns:

  • (::String)


6982
6983
6984
# File 'sig/types.rbs', line 6982

def pre_action
  @pre_action
end

#sample_query::String

Returns the value of attribute sample_query.

Returns:

  • (::String)


6981
6982
6983
# File 'sig/types.rbs', line 6981

def sample_query
  @sample_query
end

#schema::String

Returns the value of attribute schema.

Returns:

  • (::String)


6975
6976
6977
# File 'sig/types.rbs', line 6975

def schema
  @schema
end

#selected_columns::Array[Types::Option]

Returns the value of attribute selected_columns.

Returns:



6991
6992
6993
# File 'sig/types.rbs', line 6991

def selected_columns
  @selected_columns
end

#source_type::String

Returns the value of attribute source_type.

Returns:

  • (::String)


6973
6974
6975
# File 'sig/types.rbs', line 6973

def source_type
  @source_type
end

#staging_table::String

Returns the value of attribute staging_table.

Returns:

  • (::String)


6990
6991
6992
# File 'sig/types.rbs', line 6990

def staging_table
  @staging_table
end

#table::String

Returns the value of attribute table.

Returns:

  • (::String)


6976
6977
6978
# File 'sig/types.rbs', line 6976

def table
  @table
end

#table_schema::Array[Types::Option]

Returns the value of attribute table_schema.

Returns:



6993
6994
6995
# File 'sig/types.rbs', line 6993

def table_schema
  @table_schema
end

#temp_dir::String

Returns the value of attribute temp_dir.

Returns:

  • (::String)


6978
6979
6980
# File 'sig/types.rbs', line 6978

def temp_dir
  @temp_dir
end

#upsertBoolean

Returns the value of attribute upsert.

Returns:

  • (Boolean)


6985
6986
6987
# File 'sig/types.rbs', line 6985

def upsert
  @upsert
end