Class: Aws::Types::SnowflakeNodeData
- Inherits:
-
Object
- Object
- Aws::Types::SnowflakeNodeData
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#action ⇒ ::String
Returns the value of attribute action.
-
#additional_options ⇒ ::Hash[::String, ::String]
Returns the value of attribute additional_options.
-
#auto_pushdown ⇒ Boolean
Returns the value of attribute auto_pushdown.
-
#connection ⇒ Types::Option
Returns the value of attribute connection.
-
#database ⇒ ::String
Returns the value of attribute database.
-
#iam_role ⇒ Types::Option
Returns the value of attribute iam_role.
-
#merge_action ⇒ ::String
Returns the value of attribute merge_action.
-
#merge_clause ⇒ ::String
Returns the value of attribute merge_clause.
-
#merge_when_matched ⇒ ::String
Returns the value of attribute merge_when_matched.
-
#merge_when_not_matched ⇒ ::String
Returns the value of attribute merge_when_not_matched.
-
#post_action ⇒ ::String
Returns the value of attribute post_action.
-
#pre_action ⇒ ::String
Returns the value of attribute pre_action.
-
#sample_query ⇒ ::String
Returns the value of attribute sample_query.
-
#schema ⇒ ::String
Returns the value of attribute schema.
-
#selected_columns ⇒ ::Array[Types::Option]
Returns the value of attribute selected_columns.
-
#source_type ⇒ ::String
Returns the value of attribute source_type.
-
#staging_table ⇒ ::String
Returns the value of attribute staging_table.
-
#table ⇒ ::String
Returns the value of attribute table.
-
#table_schema ⇒ ::Array[Types::Option]
Returns the value of attribute table_schema.
-
#temp_dir ⇒ ::String
Returns the value of attribute temp_dir.
-
#upsert ⇒ Boolean
Returns the value of attribute upsert.
Instance Attribute Details
#action ⇒ ::String
Returns the value of attribute action.
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.
6980 6981 6982 |
# File 'sig/types.rbs', line 6980 def @additional_options end |
#auto_pushdown ⇒ Boolean
Returns the value of attribute auto_pushdown.
6992 6993 6994 |
# File 'sig/types.rbs', line 6992 def auto_pushdown @auto_pushdown end |
#connection ⇒ Types::Option
Returns the value of attribute connection.
6974 6975 6976 |
# File 'sig/types.rbs', line 6974 def connection @connection end |
#database ⇒ ::String
Returns the value of attribute database.
6977 6978 6979 |
# File 'sig/types.rbs', line 6977 def database @database end |
#iam_role ⇒ Types::Option
Returns the value of attribute iam_role.
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.
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.
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.
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.
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.
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.
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.
6981 6982 6983 |
# File 'sig/types.rbs', line 6981 def sample_query @sample_query end |
#schema ⇒ ::String
Returns the value of attribute schema.
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.
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.
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.
6990 6991 6992 |
# File 'sig/types.rbs', line 6990 def staging_table @staging_table end |
#table ⇒ ::String
Returns the value of attribute table.
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.
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.
6978 6979 6980 |
# File 'sig/types.rbs', line 6978 def temp_dir @temp_dir end |
#upsert ⇒ Boolean
Returns the value of attribute upsert.
6985 6986 6987 |
# File 'sig/types.rbs', line 6985 def upsert @upsert end |