Class: Aws::Types::DirectJDBCSource
- Inherits:
-
Object
- Object
- Aws::Types::DirectJDBCSource
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#connection_name ⇒ ::String
Returns the value of attribute connection_name.
-
#connection_type ⇒ "sqlserver", ...
Returns the value of attribute connection_type.
-
#database ⇒ ::String
Returns the value of attribute database.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#output_schemas ⇒ ::Array[Types::GlueSchema]
Returns the value of attribute output_schemas.
-
#redshift_tmp_dir ⇒ ::String
Returns the value of attribute redshift_tmp_dir.
-
#table ⇒ ::String
Returns the value of attribute table.
Instance Attribute Details
#connection_name ⇒ ::String
Returns the value of attribute connection_name.
2760 2761 2762 |
# File 'sig/types.rbs', line 2760 def connection_name @connection_name end |
#connection_type ⇒ "sqlserver", ...
Returns the value of attribute connection_type.
2761 2762 2763 |
# File 'sig/types.rbs', line 2761 def connection_type @connection_type end |
#database ⇒ ::String
Returns the value of attribute database.
2758 2759 2760 |
# File 'sig/types.rbs', line 2758 def database @database end |
#name ⇒ ::String
Returns the value of attribute name.
2757 2758 2759 |
# File 'sig/types.rbs', line 2757 def name @name end |
#output_schemas ⇒ ::Array[Types::GlueSchema]
Returns the value of attribute output_schemas.
2763 2764 2765 |
# File 'sig/types.rbs', line 2763 def output_schemas @output_schemas end |
#redshift_tmp_dir ⇒ ::String
Returns the value of attribute redshift_tmp_dir.
2762 2763 2764 |
# File 'sig/types.rbs', line 2762 def redshift_tmp_dir @redshift_tmp_dir end |
#table ⇒ ::String
Returns the value of attribute table.
2759 2760 2761 |
# File 'sig/types.rbs', line 2759 def table @table end |