Class: Aws::Types::RedshiftTarget
- Inherits:
-
Object
- Object
- Aws::Types::RedshiftTarget
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#database ⇒ ::String
Returns the value of attribute database.
-
#inputs ⇒ ::Array[::String]
Returns the value of attribute inputs.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#redshift_tmp_dir ⇒ ::String
Returns the value of attribute redshift_tmp_dir.
-
#table ⇒ ::String
Returns the value of attribute table.
-
#tmp_dir_iam_role ⇒ ::String
Returns the value of attribute tmp_dir_iam_role.
-
#upsert_redshift_options ⇒ Types::UpsertRedshiftTargetOptions
Returns the value of attribute upsert_redshift_options.
Instance Attribute Details
#database ⇒ ::String
Returns the value of attribute database.
6245 6246 6247 |
# File 'sig/types.rbs', line 6245 def database @database end |
#inputs ⇒ ::Array[::String]
Returns the value of attribute inputs.
6244 6245 6246 |
# File 'sig/types.rbs', line 6244 def inputs @inputs end |
#name ⇒ ::String
Returns the value of attribute name.
6243 6244 6245 |
# File 'sig/types.rbs', line 6243 def name @name end |
#redshift_tmp_dir ⇒ ::String
Returns the value of attribute redshift_tmp_dir.
6247 6248 6249 |
# File 'sig/types.rbs', line 6247 def redshift_tmp_dir @redshift_tmp_dir end |
#table ⇒ ::String
Returns the value of attribute table.
6246 6247 6248 |
# File 'sig/types.rbs', line 6246 def table @table end |
#tmp_dir_iam_role ⇒ ::String
Returns the value of attribute tmp_dir_iam_role.
6248 6249 6250 |
# File 'sig/types.rbs', line 6248 def tmp_dir_iam_role @tmp_dir_iam_role end |
#upsert_redshift_options ⇒ Types::UpsertRedshiftTargetOptions
Returns the value of attribute upsert_redshift_options.
6249 6250 6251 |
# File 'sig/types.rbs', line 6249 def @upsert_redshift_options end |