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.
2766 2767 2768 |
# File 'sig/types.rbs', line 2766 def connection_name @connection_name end |
#connection_type ⇒ "sqlserver", ...
Returns the value of attribute connection_type.
2767 2768 2769 |
# File 'sig/types.rbs', line 2767 def connection_type @connection_type end |
#database ⇒ ::String
Returns the value of attribute database.
2764 2765 2766 |
# File 'sig/types.rbs', line 2764 def database @database end |
#name ⇒ ::String
Returns the value of attribute name.
2763 2764 2765 |
# File 'sig/types.rbs', line 2763 def name @name end |
#output_schemas ⇒ ::Array[Types::GlueSchema]
Returns the value of attribute output_schemas.
2769 2770 2771 |
# File 'sig/types.rbs', line 2769 def output_schemas @output_schemas end |
#redshift_tmp_dir ⇒ ::String
Returns the value of attribute redshift_tmp_dir.
2768 2769 2770 |
# File 'sig/types.rbs', line 2768 def redshift_tmp_dir @redshift_tmp_dir end |
#table ⇒ ::String
Returns the value of attribute table.
2765 2766 2767 |
# File 'sig/types.rbs', line 2765 def table @table end |