Class: Aws::Types::GlueTable

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#additional_options::Hash[::String, ::String]

Returns the value of attribute additional_options.

Returns:

  • (::Hash[::String, ::String])


4425
4426
4427
# File 'sig/types.rbs', line 4425

def additional_options
  @additional_options
end

#catalog_id::String

Returns the value of attribute catalog_id.

Returns:

  • (::String)


4423
4424
4425
# File 'sig/types.rbs', line 4423

def catalog_id
  @catalog_id
end

#connection_name::String

Returns the value of attribute connection_name.

Returns:

  • (::String)


4424
4425
4426
# File 'sig/types.rbs', line 4424

def connection_name
  @connection_name
end

#database_name::String

Returns the value of attribute database_name.

Returns:

  • (::String)


4421
4422
4423
# File 'sig/types.rbs', line 4421

def database_name
  @database_name
end

#table_name::String

Returns the value of attribute table_name.

Returns:

  • (::String)


4422
4423
4424
# File 'sig/types.rbs', line 4422

def table_name
  @table_name
end