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.



4856
4857
4858
# File 'sig/types.rbs', line 4856

def additional_options
  @additional_options
end

#connection_name::String

Returns the value of attribute connection_name.

Returns:

  • (::String)


4853
4854
4855
# File 'sig/types.rbs', line 4853

def connection_name
  @connection_name
end

#connection_table::String

Returns the value of attribute connection_table.

Returns:

  • (::String)


4857
4858
4859
# File 'sig/types.rbs', line 4857

def connection_table
  @connection_table
end

#connection_type::String

Returns the value of attribute connection_type.

Returns:

  • (::String)


4855
4856
4857
# File 'sig/types.rbs', line 4855

def connection_type
  @connection_type
end

#connector_name::String

Returns the value of attribute connector_name.

Returns:

  • (::String)


4854
4855
4856
# File 'sig/types.rbs', line 4854

def connector_name
  @connector_name
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


4852
4853
4854
# File 'sig/types.rbs', line 4852

def name
  @name
end

#output_schemas::Array[Types::GlueSchema]

Returns the value of attribute output_schemas.

Returns:



4859
4860
4861
# File 'sig/types.rbs', line 4859

def output_schemas
  @output_schemas
end

#query::String

Returns the value of attribute query.

Returns:

  • (::String)


4858
4859
4860
# File 'sig/types.rbs', line 4858

def query
  @query
end