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)


5772
5773
5774
# File 'sig/types.rbs', line 5772

def database
  @database
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


5771
5772
5773
# File 'sig/types.rbs', line 5771

def name
  @name
end

#table::String

Returns the value of attribute table.

Returns:

  • (::String)


5773
5774
5775
# File 'sig/types.rbs', line 5773

def table
  @table
end