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)


2760
2761
2762
# File 'sig/types.rbs', line 2760

def connection_name
  @connection_name
end

#connection_type"sqlserver", ...

Returns the value of attribute connection_type.

Returns:

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


2761
2762
2763
# File 'sig/types.rbs', line 2761

def connection_type
  @connection_type
end

#database::String

Returns the value of attribute database.

Returns:

  • (::String)


2758
2759
2760
# File 'sig/types.rbs', line 2758

def database
  @database
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


2757
2758
2759
# File 'sig/types.rbs', line 2757

def name
  @name
end

#output_schemas::Array[Types::GlueSchema]

Returns the value of attribute output_schemas.

Returns:



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

def output_schemas
  @output_schemas
end

#redshift_tmp_dir::String

Returns the value of attribute redshift_tmp_dir.

Returns:

  • (::String)


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

def redshift_tmp_dir
  @redshift_tmp_dir
end

#table::String

Returns the value of attribute table.

Returns:

  • (::String)


2759
2760
2761
# File 'sig/types.rbs', line 2759

def table
  @table
end