Class: Aws::Types::JdbcTarget

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)


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

def connection_name
  @connection_name
end

#enable_additional_metadata::Array[("COMMENTS" | "RAWTYPES")]

Returns the value of attribute enable_additional_metadata.

Returns:

  • (::Array[("COMMENTS" | "RAWTYPES")])


4888
4889
4890
# File 'sig/types.rbs', line 4888

def 
  @enable_additional_metadata
end

#exclusions::Array[::String]

Returns the value of attribute exclusions.

Returns:

  • (::Array[::String])


4887
4888
4889
# File 'sig/types.rbs', line 4887

def exclusions
  @exclusions
end

#path::String

Returns the value of attribute path.

Returns:

  • (::String)


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

def path
  @path
end