Class: Aws::Types::JDBCConnectorSource
- Inherits:
-
Object
- Object
- Aws::Types::JDBCConnectorSource
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#additional_options ⇒ Types::JDBCConnectorOptions
Returns the value of attribute additional_options.
-
#connection_name ⇒ ::String
Returns the value of attribute connection_name.
-
#connection_table ⇒ ::String
Returns the value of attribute connection_table.
-
#connection_type ⇒ ::String
Returns the value of attribute connection_type.
-
#connector_name ⇒ ::String
Returns the value of attribute connector_name.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#output_schemas ⇒ ::Array[Types::GlueSchema]
Returns the value of attribute output_schemas.
-
#query ⇒ ::String
Returns the value of attribute query.
Instance Attribute Details
#additional_options ⇒ Types::JDBCConnectorOptions
Returns the value of attribute additional_options.
4827 4828 4829 |
# File 'sig/types.rbs', line 4827 def @additional_options end |
#connection_name ⇒ ::String
Returns the value of attribute connection_name.
4824 4825 4826 |
# File 'sig/types.rbs', line 4824 def connection_name @connection_name end |
#connection_table ⇒ ::String
Returns the value of attribute connection_table.
4828 4829 4830 |
# File 'sig/types.rbs', line 4828 def connection_table @connection_table end |
#connection_type ⇒ ::String
Returns the value of attribute connection_type.
4826 4827 4828 |
# File 'sig/types.rbs', line 4826 def connection_type @connection_type end |
#connector_name ⇒ ::String
Returns the value of attribute connector_name.
4825 4826 4827 |
# File 'sig/types.rbs', line 4825 def connector_name @connector_name end |
#name ⇒ ::String
Returns the value of attribute name.
4823 4824 4825 |
# File 'sig/types.rbs', line 4823 def name @name end |
#output_schemas ⇒ ::Array[Types::GlueSchema]
Returns the value of attribute output_schemas.
4830 4831 4832 |
# File 'sig/types.rbs', line 4830 def output_schemas @output_schemas end |
#query ⇒ ::String
Returns the value of attribute query.
4829 4830 4831 |
# File 'sig/types.rbs', line 4829 def query @query end |