Class: Aws::Types::JDBCConnectorSource

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#additional_optionsTypes::JDBCConnectorOptions

Returns the value of attribute additional_options.



4846
4847
4848
# File 'sig/types.rbs', line 4846

def additional_options
  @additional_options
end

#connection_name::String

Returns the value of attribute connection_name.

Returns:

  • (::String)


4843
4844
4845
# File 'sig/types.rbs', line 4843

def connection_name
  @connection_name
end

#connection_table::String

Returns the value of attribute connection_table.

Returns:

  • (::String)


4847
4848
4849
# File 'sig/types.rbs', line 4847

def connection_table
  @connection_table
end

#connection_type::String

Returns the value of attribute connection_type.

Returns:

  • (::String)


4845
4846
4847
# File 'sig/types.rbs', line 4845

def connection_type
  @connection_type
end

#connector_name::String

Returns the value of attribute connector_name.

Returns:

  • (::String)


4844
4845
4846
# File 'sig/types.rbs', line 4844

def connector_name
  @connector_name
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


4842
4843
4844
# File 'sig/types.rbs', line 4842

def name
  @name
end

#output_schemas::Array[Types::GlueSchema]

Returns the value of attribute output_schemas.

Returns:



4849
4850
4851
# File 'sig/types.rbs', line 4849

def output_schemas
  @output_schemas
end

#query::String

Returns the value of attribute query.

Returns:

  • (::String)


4848
4849
4850
# File 'sig/types.rbs', line 4848

def query
  @query
end