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.



4870
4871
4872
# File 'sig/types.rbs', line 4870

def additional_options
  @additional_options
end

#connection_name::String

Returns the value of attribute connection_name.

Returns:

  • (::String)


4867
4868
4869
# File 'sig/types.rbs', line 4867

def connection_name
  @connection_name
end

#connection_table::String

Returns the value of attribute connection_table.

Returns:

  • (::String)


4871
4872
4873
# File 'sig/types.rbs', line 4871

def connection_table
  @connection_table
end

#connection_type::String

Returns the value of attribute connection_type.

Returns:

  • (::String)


4869
4870
4871
# File 'sig/types.rbs', line 4869

def connection_type
  @connection_type
end

#connector_name::String

Returns the value of attribute connector_name.

Returns:

  • (::String)


4868
4869
4870
# File 'sig/types.rbs', line 4868

def connector_name
  @connector_name
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


4866
4867
4868
# File 'sig/types.rbs', line 4866

def name
  @name
end

#output_schemas::Array[Types::GlueSchema]

Returns the value of attribute output_schemas.

Returns:



4873
4874
4875
# File 'sig/types.rbs', line 4873

def output_schemas
  @output_schemas
end

#query::String

Returns the value of attribute query.

Returns:

  • (::String)


4872
4873
4874
# File 'sig/types.rbs', line 4872

def query
  @query
end