Class: Aws::Types::GetUserDefinedFunctionRequest

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)


4306
4307
4308
# File 'sig/types.rbs', line 4306

def catalog_id
  @catalog_id
end

#database_name::String

Returns the value of attribute database_name.

Returns:

  • (::String)


4307
4308
4309
# File 'sig/types.rbs', line 4307

def database_name
  @database_name
end

#function_name::String

Returns the value of attribute function_name.

Returns:

  • (::String)


4308
4309
4310
# File 'sig/types.rbs', line 4308

def function_name
  @function_name
end