Class: Aws::Types::CreateUserDefinedFunctionRequest

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)


1852
1853
1854
# File 'sig/types.rbs', line 1852

def catalog_id
  @catalog_id
end

#database_name::String

Returns the value of attribute database_name.

Returns:

  • (::String)


1853
1854
1855
# File 'sig/types.rbs', line 1853

def database_name
  @database_name
end

#function_inputTypes::UserDefinedFunctionInput

Returns the value of attribute function_input.



1854
1855
1856
# File 'sig/types.rbs', line 1854

def function_input
  @function_input
end