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.
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.
7049 7050 7051 |
# File 'sig/types.rbs', line 7049 def @additional_options end |
#auto_pushdown ⇒ Boolean
Returns the value of attribute auto_pushdown.
7061 7062 7063 |
# File 'sig/types.rbs', line 7061 def auto_pushdown @auto_pushdown end |
#connection ⇒ Types::Option
Returns the value of attribute connection.
7043 7044 7045 |
# File 'sig/types.rbs', line 7043 def connection @connection end |
#database ⇒ ::String
Returns the value of attribute database.
7046 7047 7048 |
# File 'sig/types.rbs', line 7046 def database @database end |
#iam_role ⇒ Types::Option
Returns the value of attribute iam_role.
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.
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.
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.
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.
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.
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.
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.
7050 7051 7052 |
# File 'sig/types.rbs', line 7050 def sample_query @sample_query end |
#schema ⇒ ::String
Returns the value of attribute schema.
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.
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.
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.
7059 7060 7061 |
# File 'sig/types.rbs', line 7059 def staging_table @staging_table end |
#table ⇒ ::String
Returns the value of attribute table.
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.
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.
7047 7048 7049 |
# File 'sig/types.rbs', line 7047 def temp_dir @temp_dir end |
#upsert ⇒ Boolean
Returns the value of attribute upsert.
7054 7055 7056 |
# File 'sig/types.rbs', line 7054 def upsert @upsert end |