Class: Aws::Types::MicrosoftSQLServerCatalogTarget

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)


5732
5733
5734
# File 'sig/types.rbs', line 5732

def database
  @database
end

#inputs::Array[::String]

Returns the value of attribute inputs.

Returns:

  • (::Array[::String])


5731
5732
5733
# File 'sig/types.rbs', line 5731

def inputs
  @inputs
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


5730
5731
5732
# File 'sig/types.rbs', line 5730

def name
  @name
end

#table::String

Returns the value of attribute table.

Returns:

  • (::String)


5733
5734
5735
# File 'sig/types.rbs', line 5733

def table
  @table
end