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)


5951
5952
5953
# File 'sig/types.rbs', line 5951

def database
  @database
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


5950
5951
5952
# File 'sig/types.rbs', line 5950

def name
  @name
end

#table::String

Returns the value of attribute table.

Returns:

  • (::String)


5952
5953
5954
# File 'sig/types.rbs', line 5952

def table
  @table
end