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.
7026 7027 7028 |
# File 'sig/types.rbs', line 7026 def action @action end |
#additional_options ⇒ ::Hash[::String, ::String]
Returns the value of attribute additional_options.
7022 7023 7024 |
# File 'sig/types.rbs', line 7022 def @additional_options end |
#auto_pushdown ⇒ Boolean
Returns the value of attribute auto_pushdown.
7034 7035 7036 |
# File 'sig/types.rbs', line 7034 def auto_pushdown @auto_pushdown end |
#connection ⇒ Types::Option
Returns the value of attribute connection.
7016 7017 7018 |
# File 'sig/types.rbs', line 7016 def connection @connection end |
#database ⇒ ::String
Returns the value of attribute database.
7019 7020 7021 |
# File 'sig/types.rbs', line 7019 def database @database end |
#iam_role ⇒ Types::Option
Returns the value of attribute iam_role.
7021 7022 7023 |
# File 'sig/types.rbs', line 7021 def iam_role @iam_role end |
#merge_action ⇒ ::String
Returns the value of attribute merge_action.
7028 7029 7030 |
# File 'sig/types.rbs', line 7028 def merge_action @merge_action end |
#merge_clause ⇒ ::String
Returns the value of attribute merge_clause.
7031 7032 7033 |
# File 'sig/types.rbs', line 7031 def merge_clause @merge_clause end |
#merge_when_matched ⇒ ::String
Returns the value of attribute merge_when_matched.
7029 7030 7031 |
# File 'sig/types.rbs', line 7029 def merge_when_matched @merge_when_matched end |
#merge_when_not_matched ⇒ ::String
Returns the value of attribute merge_when_not_matched.
7030 7031 7032 |
# File 'sig/types.rbs', line 7030 def merge_when_not_matched @merge_when_not_matched end |
#post_action ⇒ ::String
Returns the value of attribute post_action.
7025 7026 7027 |
# File 'sig/types.rbs', line 7025 def post_action @post_action end |
#pre_action ⇒ ::String
Returns the value of attribute pre_action.
7024 7025 7026 |
# File 'sig/types.rbs', line 7024 def pre_action @pre_action end |
#sample_query ⇒ ::String
Returns the value of attribute sample_query.
7023 7024 7025 |
# File 'sig/types.rbs', line 7023 def sample_query @sample_query end |
#schema ⇒ ::String
Returns the value of attribute schema.
7017 7018 7019 |
# File 'sig/types.rbs', line 7017 def schema @schema end |
#selected_columns ⇒ ::Array[Types::Option]
Returns the value of attribute selected_columns.
7033 7034 7035 |
# File 'sig/types.rbs', line 7033 def selected_columns @selected_columns end |
#source_type ⇒ ::String
Returns the value of attribute source_type.
7015 7016 7017 |
# File 'sig/types.rbs', line 7015 def source_type @source_type end |
#staging_table ⇒ ::String
Returns the value of attribute staging_table.
7032 7033 7034 |
# File 'sig/types.rbs', line 7032 def staging_table @staging_table end |
#table ⇒ ::String
Returns the value of attribute table.
7018 7019 7020 |
# File 'sig/types.rbs', line 7018 def table @table end |
#table_schema ⇒ ::Array[Types::Option]
Returns the value of attribute table_schema.
7035 7036 7037 |
# File 'sig/types.rbs', line 7035 def table_schema @table_schema end |
#temp_dir ⇒ ::String
Returns the value of attribute temp_dir.
7020 7021 7022 |
# File 'sig/types.rbs', line 7020 def temp_dir @temp_dir end |
#upsert ⇒ Boolean
Returns the value of attribute upsert.
7027 7028 7029 |
# File 'sig/types.rbs', line 7027 def upsert @upsert end |