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)


5668
5669
5670
# File 'sig/types.rbs', line 5668

def database
  @database
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


5667
5668
5669
# File 'sig/types.rbs', line 5667

def name
  @name
end

#table::String

Returns the value of attribute table.

Returns:

  • (::String)


5669
5670
5671
# File 'sig/types.rbs', line 5669

def table
  @table
end