Class: Aws::Types::RelationalCatalogSource

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)


6337
6338
6339
# File 'sig/types.rbs', line 6337

def database
  @database
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


6336
6337
6338
# File 'sig/types.rbs', line 6336

def name
  @name
end

#table::String

Returns the value of attribute table.

Returns:

  • (::String)


6338
6339
6340
# File 'sig/types.rbs', line 6338

def table
  @table
end