Class: Aws::Types::CatalogTableConfigOptions

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#catalog_id::String

Returns the value of attribute catalog_id.

Returns:

  • (::String)


750
751
752
# File 'sig/types.rbs', line 750

def catalog_id
  @catalog_id
end

#database_name::String

Returns the value of attribute database_name.

Returns:

  • (::String)


747
748
749
# File 'sig/types.rbs', line 747

def database_name
  @database_name
end

#s3_location::String

Returns the value of attribute s3_location.

Returns:

  • (::String)


749
750
751
# File 'sig/types.rbs', line 749

def s3_location
  @s3_location
end

#table_name::String

Returns the value of attribute table_name.

Returns:

  • (::String)


748
749
750
# File 'sig/types.rbs', line 748

def table_name
  @table_name
end