Class: Aws::Types::DataCatalogConfig

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#catalog::String

Returns the value of attribute catalog.

Returns:

  • (::String)


3096
3097
3098
# File 'sig/types.rbs', line 3096

def catalog
  @catalog
end

#database::String

Returns the value of attribute database.

Returns:

  • (::String)


3097
3098
3099
# File 'sig/types.rbs', line 3097

def database
  @database
end

#table_name::String

Returns the value of attribute table_name.

Returns:

  • (::String)


3095
3096
3097
# File 'sig/types.rbs', line 3095

def table_name
  @table_name
end