Class: Aws::Types::JDBCConnectorTarget
- Inherits:
-
Object
- Object
- Aws::Types::JDBCConnectorTarget
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#additional_options ⇒ ::Hash[::String, ::String]
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.
-
#inputs ⇒ ::Array[::String]
Returns the value of attribute inputs.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#output_schemas ⇒ ::Array[Types::GlueSchema]
Returns the value of attribute output_schemas.
Instance Attribute Details
#additional_options ⇒ ::Hash[::String, ::String]
Returns the value of attribute additional_options.
4841 4842 4843 |
# File 'sig/types.rbs', line 4841 def @additional_options end |
#connection_name ⇒ ::String
Returns the value of attribute connection_name.
4837 4838 4839 |
# File 'sig/types.rbs', line 4837 def connection_name @connection_name end |
#connection_table ⇒ ::String
Returns the value of attribute connection_table.
4838 4839 4840 |
# File 'sig/types.rbs', line 4838 def connection_table @connection_table end |
#connection_type ⇒ ::String
Returns the value of attribute connection_type.
4840 4841 4842 |
# File 'sig/types.rbs', line 4840 def connection_type @connection_type end |
#connector_name ⇒ ::String
Returns the value of attribute connector_name.
4839 4840 4841 |
# File 'sig/types.rbs', line 4839 def connector_name @connector_name end |
#inputs ⇒ ::Array[::String]
Returns the value of attribute inputs.
4836 4837 4838 |
# File 'sig/types.rbs', line 4836 def inputs @inputs end |
#name ⇒ ::String
Returns the value of attribute name.
4835 4836 4837 |
# File 'sig/types.rbs', line 4835 def name @name end |
#output_schemas ⇒ ::Array[Types::GlueSchema]
Returns the value of attribute output_schemas.
4842 4843 4844 |
# File 'sig/types.rbs', line 4842 def output_schemas @output_schemas end |