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.
6235 6236 6237 |
# File 'sig/types.rbs', line 6235 def database @database end |
#name ⇒ ::String
Returns the value of attribute name.
6234 6235 6236 |
# File 'sig/types.rbs', line 6234 def name @name end |
#redshift_tmp_dir ⇒ ::String
Returns the value of attribute redshift_tmp_dir.
6237 6238 6239 |
# File 'sig/types.rbs', line 6237 def redshift_tmp_dir @redshift_tmp_dir end |
#table ⇒ ::String
Returns the value of attribute table.
6236 6237 6238 |
# File 'sig/types.rbs', line 6236 def table @table end |
#tmp_dir_iam_role ⇒ ::String
Returns the value of attribute tmp_dir_iam_role.
6238 6239 6240 |
# File 'sig/types.rbs', line 6238 def tmp_dir_iam_role @tmp_dir_iam_role end |