Class: Aws::Types::OracleSQLCatalogTarget

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)


5838
5839
5840
# File 'sig/types.rbs', line 5838

def database
  @database
end

#inputs::Array[::String]

Returns the value of attribute inputs.

Returns:

  • (::Array[::String])


5837
5838
5839
# File 'sig/types.rbs', line 5837

def inputs
  @inputs
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


5836
5837
5838
# File 'sig/types.rbs', line 5836

def name
  @name
end

#table::String

Returns the value of attribute table.

Returns:

  • (::String)


5839
5840
5841
# File 'sig/types.rbs', line 5839

def table
  @table
end