Class: Aws::Types::MySQLCatalogSource

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)


5745
5746
5747
# File 'sig/types.rbs', line 5745

def database
  @database
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


5744
5745
5746
# File 'sig/types.rbs', line 5744

def name
  @name
end

#table::String

Returns the value of attribute table.

Returns:

  • (::String)


5746
5747
5748
# File 'sig/types.rbs', line 5746

def table
  @table
end