Class: Aws::Types::PostgreSQLCatalogTarget

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#database::String

Returns the value of attribute database.

Returns:

  • (::String)


5978
5979
5980
# File 'sig/types.rbs', line 5978

def database
  @database
end

#inputs::Array[::String]

Returns the value of attribute inputs.

Returns:

  • (::Array[::String])


5977
5978
5979
# File 'sig/types.rbs', line 5977

def inputs
  @inputs
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


5976
5977
5978
# File 'sig/types.rbs', line 5976

def name
  @name
end

#table::String

Returns the value of attribute table.

Returns:

  • (::String)


5979
5980
5981
# File 'sig/types.rbs', line 5979

def table
  @table
end