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)


5687
5688
5689
# File 'sig/types.rbs', line 5687

def database
  @database
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


5686
5687
5688
# File 'sig/types.rbs', line 5686

def name
  @name
end

#table::String

Returns the value of attribute table.

Returns:

  • (::String)


5688
5689
5690
# File 'sig/types.rbs', line 5688

def table
  @table
end