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.
6213 6214 6215 |
# File 'sig/types.rbs', line 6213 def database @database end |
#inputs ⇒ ::Array[::String]
Returns the value of attribute inputs.
6212 6213 6214 |
# File 'sig/types.rbs', line 6212 def inputs @inputs end |
#name ⇒ ::String
Returns the value of attribute name.
6211 6212 6213 |
# File 'sig/types.rbs', line 6211 def name @name end |
#redshift_tmp_dir ⇒ ::String
Returns the value of attribute redshift_tmp_dir.
6215 6216 6217 |
# File 'sig/types.rbs', line 6215 def redshift_tmp_dir @redshift_tmp_dir end |
#table ⇒ ::String
Returns the value of attribute table.
6214 6215 6216 |
# File 'sig/types.rbs', line 6214 def table @table end |
#tmp_dir_iam_role ⇒ ::String
Returns the value of attribute tmp_dir_iam_role.
6216 6217 6218 |
# File 'sig/types.rbs', line 6216 def tmp_dir_iam_role @tmp_dir_iam_role end |
#upsert_redshift_options ⇒ Types::UpsertRedshiftTargetOptions
Returns the value of attribute upsert_redshift_options.
6217 6218 6219 |
# File 'sig/types.rbs', line 6217 def @upsert_redshift_options end |