Class: Aws::Types::RedshiftSource
- Inherits:
-
Object
- Object
- Aws::Types::RedshiftSource
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#database ⇒ ::String
Returns the value of attribute database.
-
#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.
Instance Attribute Details
#database ⇒ ::String
Returns the value of attribute database.
6203 6204 6205 |
# File 'sig/types.rbs', line 6203 def database @database end |
#name ⇒ ::String
Returns the value of attribute name.
6202 6203 6204 |
# File 'sig/types.rbs', line 6202 def name @name end |
#redshift_tmp_dir ⇒ ::String
Returns the value of attribute redshift_tmp_dir.
6205 6206 6207 |
# File 'sig/types.rbs', line 6205 def redshift_tmp_dir @redshift_tmp_dir end |
#table ⇒ ::String
Returns the value of attribute table.
6204 6205 6206 |
# File 'sig/types.rbs', line 6204 def table @table end |
#tmp_dir_iam_role ⇒ ::String
Returns the value of attribute tmp_dir_iam_role.
6206 6207 6208 |
# File 'sig/types.rbs', line 6206 def tmp_dir_iam_role @tmp_dir_iam_role end |