Class: Aws::Types::BasicCatalogTarget

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)


223
224
225
# File 'sig/types.rbs', line 223

def database
  @database
end

#inputs::Array[::String]

Returns the value of attribute inputs.

Returns:

  • (::Array[::String])


221
222
223
# File 'sig/types.rbs', line 221

def inputs
  @inputs
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


220
221
222
# File 'sig/types.rbs', line 220

def name
  @name
end

#partition_keys::Array[::Array[::String]]

Returns the value of attribute partition_keys.

Returns:

  • (::Array[::Array[::String]])


222
223
224
# File 'sig/types.rbs', line 222

def partition_keys
  @partition_keys
end

#table::String

Returns the value of attribute table.

Returns:

  • (::String)


224
225
226
# File 'sig/types.rbs', line 224

def table
  @table
end