Class: Aws::Types::AmazonRedshiftNodeData
- Inherits:
-
Object
- Object
- Aws::Types::AmazonRedshiftNodeData
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#access_type ⇒ ::String
Returns the value of attribute access_type.
-
#action ⇒ ::String
Returns the value of attribute action.
-
#advanced_options ⇒ ::Array[Types::AmazonRedshiftAdvancedOption]
Returns the value of attribute advanced_options.
-
#catalog_database ⇒ Types::Option
Returns the value of attribute catalog_database.
-
#catalog_redshift_schema ⇒ ::String
Returns the value of attribute catalog_redshift_schema.
-
#catalog_redshift_table ⇒ ::String
Returns the value of attribute catalog_redshift_table.
-
#catalog_table ⇒ Types::Option
Returns the value of attribute catalog_table.
-
#connection ⇒ Types::Option
Returns the value of attribute connection.
-
#crawler_connection ⇒ ::String
Returns the value of attribute crawler_connection.
-
#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 ⇒ Types::Option
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 ⇒ Types::Option
Returns the value of attribute table.
-
#table_prefix ⇒ ::String
Returns the value of attribute table_prefix.
-
#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
#access_type ⇒ ::String
Returns the value of attribute access_type.
58 59 60 |
# File 'sig/types.rbs', line 58 def access_type @access_type end |
#action ⇒ ::String
Returns the value of attribute action.
73 74 75 |
# File 'sig/types.rbs', line 73 def action @action end |
#advanced_options ⇒ ::Array[Types::AmazonRedshiftAdvancedOption]
Returns the value of attribute advanced_options.
69 70 71 |
# File 'sig/types.rbs', line 69 def @advanced_options end |
#catalog_database ⇒ Types::Option
Returns the value of attribute catalog_database.
63 64 65 |
# File 'sig/types.rbs', line 63 def catalog_database @catalog_database end |
#catalog_redshift_schema ⇒ ::String
Returns the value of attribute catalog_redshift_schema.
65 66 67 |
# File 'sig/types.rbs', line 65 def catalog_redshift_schema @catalog_redshift_schema end |
#catalog_redshift_table ⇒ ::String
Returns the value of attribute catalog_redshift_table.
66 67 68 |
# File 'sig/types.rbs', line 66 def catalog_redshift_table @catalog_redshift_table end |
#catalog_table ⇒ Types::Option
Returns the value of attribute catalog_table.
64 65 66 |
# File 'sig/types.rbs', line 64 def catalog_table @catalog_table end |
#connection ⇒ Types::Option
Returns the value of attribute connection.
60 61 62 |
# File 'sig/types.rbs', line 60 def connection @connection end |
#crawler_connection ⇒ ::String
Returns the value of attribute crawler_connection.
80 81 82 |
# File 'sig/types.rbs', line 80 def crawler_connection @crawler_connection end |
#iam_role ⇒ Types::Option
Returns the value of attribute iam_role.
68 69 70 |
# File 'sig/types.rbs', line 68 def iam_role @iam_role end |
#merge_action ⇒ ::String
Returns the value of attribute merge_action.
76 77 78 |
# File 'sig/types.rbs', line 76 def merge_action @merge_action end |
#merge_clause ⇒ ::String
Returns the value of attribute merge_clause.
79 80 81 |
# File 'sig/types.rbs', line 79 def merge_clause @merge_clause end |
#merge_when_matched ⇒ ::String
Returns the value of attribute merge_when_matched.
77 78 79 |
# File 'sig/types.rbs', line 77 def merge_when_matched @merge_when_matched end |
#merge_when_not_matched ⇒ ::String
Returns the value of attribute merge_when_not_matched.
78 79 80 |
# File 'sig/types.rbs', line 78 def merge_when_not_matched @merge_when_not_matched end |
#post_action ⇒ ::String
Returns the value of attribute post_action.
72 73 74 |
# File 'sig/types.rbs', line 72 def post_action @post_action end |
#pre_action ⇒ ::String
Returns the value of attribute pre_action.
71 72 73 |
# File 'sig/types.rbs', line 71 def pre_action @pre_action end |
#sample_query ⇒ ::String
Returns the value of attribute sample_query.
70 71 72 |
# File 'sig/types.rbs', line 70 def sample_query @sample_query end |
#schema ⇒ Types::Option
Returns the value of attribute schema.
61 62 63 |
# File 'sig/types.rbs', line 61 def schema @schema end |
#selected_columns ⇒ ::Array[Types::Option]
Returns the value of attribute selected_columns.
83 84 85 |
# File 'sig/types.rbs', line 83 def selected_columns @selected_columns end |
#source_type ⇒ ::String
Returns the value of attribute source_type.
59 60 61 |
# File 'sig/types.rbs', line 59 def source_type @source_type end |
#staging_table ⇒ ::String
Returns the value of attribute staging_table.
82 83 84 |
# File 'sig/types.rbs', line 82 def staging_table @staging_table end |
#table ⇒ Types::Option
Returns the value of attribute table.
62 63 64 |
# File 'sig/types.rbs', line 62 def table @table end |
#table_prefix ⇒ ::String
Returns the value of attribute table_prefix.
74 75 76 |
# File 'sig/types.rbs', line 74 def table_prefix @table_prefix end |
#table_schema ⇒ ::Array[Types::Option]
Returns the value of attribute table_schema.
81 82 83 |
# File 'sig/types.rbs', line 81 def table_schema @table_schema end |
#temp_dir ⇒ ::String
Returns the value of attribute temp_dir.
67 68 69 |
# File 'sig/types.rbs', line 67 def temp_dir @temp_dir end |
#upsert ⇒ Boolean
Returns the value of attribute upsert.
75 76 77 |
# File 'sig/types.rbs', line 75 def upsert @upsert end |