Class: Aws::Types::MicrosoftSQLServerCatalogSource

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)


5697
5698
5699
# File 'sig/types.rbs', line 5697

def database
  @database
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


5696
5697
5698
# File 'sig/types.rbs', line 5696

def name
  @name
end

#table::String

Returns the value of attribute table.

Returns:

  • (::String)


5698
5699
5700
# File 'sig/types.rbs', line 5698

def table
  @table
end