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.
6255 6256 6257 |
# File 'sig/types.rbs', line 6255 def database @database end |
#inputs ⇒ ::Array[::String]
Returns the value of attribute inputs.
6254 6255 6256 |
# File 'sig/types.rbs', line 6254 def inputs @inputs end |
#name ⇒ ::String
Returns the value of attribute name.
6253 6254 6255 |
# File 'sig/types.rbs', line 6253 def name @name end |
#redshift_tmp_dir ⇒ ::String
Returns the value of attribute redshift_tmp_dir.
6257 6258 6259 |
# File 'sig/types.rbs', line 6257 def redshift_tmp_dir @redshift_tmp_dir end |
#table ⇒ ::String
Returns the value of attribute table.
6256 6257 6258 |
# File 'sig/types.rbs', line 6256 def table @table end |
#tmp_dir_iam_role ⇒ ::String
Returns the value of attribute tmp_dir_iam_role.
6258 6259 6260 |
# File 'sig/types.rbs', line 6258 def tmp_dir_iam_role @tmp_dir_iam_role end |
#upsert_redshift_options ⇒ Types::UpsertRedshiftTargetOptions
Returns the value of attribute upsert_redshift_options.
6259 6260 6261 |
# File 'sig/types.rbs', line 6259 def @upsert_redshift_options end |