Class: Aws::Types::JDBCConnectorTarget

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#additional_options::Hash[::String, ::String]

Returns the value of attribute additional_options.

Returns:

  • (::Hash[::String, ::String])


4884
4885
4886
# File 'sig/types.rbs', line 4884

def additional_options
  @additional_options
end

#connection_name::String

Returns the value of attribute connection_name.

Returns:

  • (::String)


4880
4881
4882
# File 'sig/types.rbs', line 4880

def connection_name
  @connection_name
end

#connection_table::String

Returns the value of attribute connection_table.

Returns:

  • (::String)


4881
4882
4883
# File 'sig/types.rbs', line 4881

def connection_table
  @connection_table
end

#connection_type::String

Returns the value of attribute connection_type.

Returns:

  • (::String)


4883
4884
4885
# File 'sig/types.rbs', line 4883

def connection_type
  @connection_type
end

#connector_name::String

Returns the value of attribute connector_name.

Returns:

  • (::String)


4882
4883
4884
# File 'sig/types.rbs', line 4882

def connector_name
  @connector_name
end

#inputs::Array[::String]

Returns the value of attribute inputs.

Returns:

  • (::Array[::String])


4879
4880
4881
# File 'sig/types.rbs', line 4879

def inputs
  @inputs
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


4878
4879
4880
# File 'sig/types.rbs', line 4878

def name
  @name
end

#output_schemas::Array[Types::GlueSchema]

Returns the value of attribute output_schemas.

Returns:



4885
4886
4887
# File 'sig/types.rbs', line 4885

def output_schemas
  @output_schemas
end