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)


5857
5858
5859
# File 'sig/types.rbs', line 5857

def database
  @database
end

#inputs::Array[::String]

Returns the value of attribute inputs.

Returns:

  • (::Array[::String])


5856
5857
5858
# File 'sig/types.rbs', line 5856

def inputs
  @inputs
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


5855
5856
5857
# File 'sig/types.rbs', line 5855

def name
  @name
end

#table::String

Returns the value of attribute table.

Returns:

  • (::String)


5858
5859
5860
# File 'sig/types.rbs', line 5858

def table
  @table
end