Class: Aws::Types::MySQLCatalogTarget

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)


5724
5725
5726
# File 'sig/types.rbs', line 5724

def database
  @database
end

#inputs::Array[::String]

Returns the value of attribute inputs.

Returns:

  • (::Array[::String])


5723
5724
5725
# File 'sig/types.rbs', line 5723

def inputs
  @inputs
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


5722
5723
5724
# File 'sig/types.rbs', line 5722

def name
  @name
end

#table::String

Returns the value of attribute table.

Returns:

  • (::String)


5725
5726
5727
# File 'sig/types.rbs', line 5725

def table
  @table
end