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.
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.
7012 7013 7014 |
# File 'sig/types.rbs', line 7012 def @additional_options end |
#auto_pushdown ⇒ Boolean
Returns the value of attribute auto_pushdown.
7024 7025 7026 |
# File 'sig/types.rbs', line 7024 def auto_pushdown @auto_pushdown end |
#connection ⇒ Types::Option
Returns the value of attribute connection.
7006 7007 7008 |
# File 'sig/types.rbs', line 7006 def connection @connection end |
#database ⇒ ::String
Returns the value of attribute database.
7009 7010 7011 |
# File 'sig/types.rbs', line 7009 def database @database end |
#iam_role ⇒ Types::Option
Returns the value of attribute iam_role.
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.
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.
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.
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.
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.
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.
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.
7013 7014 7015 |
# File 'sig/types.rbs', line 7013 def sample_query @sample_query end |
#schema ⇒ ::String
Returns the value of attribute schema.
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.
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.
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.
7022 7023 7024 |
# File 'sig/types.rbs', line 7022 def staging_table @staging_table end |
#table ⇒ ::String
Returns the value of attribute table.
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.
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.
7010 7011 7012 |
# File 'sig/types.rbs', line 7010 def temp_dir @temp_dir end |
#upsert ⇒ Boolean
Returns the value of attribute upsert.
7017 7018 7019 |
# File 'sig/types.rbs', line 7017 def upsert @upsert end |