Class: Aws::Types::PostgreSQLCatalogSource

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)


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

def database
  @database
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


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

def name
  @name
end

#table::String

Returns the value of attribute table.

Returns:

  • (::String)


5981
5982
5983
# File 'sig/types.rbs', line 5981

def table
  @table
end