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)


4325
4326
4327
# File 'sig/types.rbs', line 4325

def catalog_id
  @catalog_id
end

#database_name::String

Returns the value of attribute database_name.

Returns:

  • (::String)


4326
4327
4328
# File 'sig/types.rbs', line 4326

def database_name
  @database_name
end

#function_name::String

Returns the value of attribute function_name.

Returns:

  • (::String)


4327
4328
4329
# File 'sig/types.rbs', line 4327

def function_name
  @function_name
end