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)


1848
1849
1850
# File 'sig/types.rbs', line 1848

def catalog_id
  @catalog_id
end

#database_name::String

Returns the value of attribute database_name.

Returns:

  • (::String)


1849
1850
1851
# File 'sig/types.rbs', line 1849

def database_name
  @database_name
end

#function_inputTypes::UserDefinedFunctionInput

Returns the value of attribute function_input.



1850
1851
1852
# File 'sig/types.rbs', line 1850

def function_input
  @function_input
end