Class: Aws::Types::DirectJDBCSource

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#connection_name::String

Returns the value of attribute connection_name.

Returns:

  • (::String)


2766
2767
2768
# File 'sig/types.rbs', line 2766

def connection_name
  @connection_name
end

#connection_type"sqlserver", ...

Returns the value of attribute connection_type.

Returns:

  • ("sqlserver", "mysql", "oracle", "postgresql", "redshift")


2767
2768
2769
# File 'sig/types.rbs', line 2767

def connection_type
  @connection_type
end

#database::String

Returns the value of attribute database.

Returns:

  • (::String)


2764
2765
2766
# File 'sig/types.rbs', line 2764

def database
  @database
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


2763
2764
2765
# File 'sig/types.rbs', line 2763

def name
  @name
end

#output_schemas::Array[Types::GlueSchema]

Returns the value of attribute output_schemas.

Returns:



2769
2770
2771
# File 'sig/types.rbs', line 2769

def output_schemas
  @output_schemas
end

#redshift_tmp_dir::String

Returns the value of attribute redshift_tmp_dir.

Returns:

  • (::String)


2768
2769
2770
# File 'sig/types.rbs', line 2768

def redshift_tmp_dir
  @redshift_tmp_dir
end

#table::String

Returns the value of attribute table.

Returns:

  • (::String)


2765
2766
2767
# File 'sig/types.rbs', line 2765

def table
  @table
end