class Aws::Glue::Types::UserDefinedFunction

Represents the equivalent of a Hive user-defined function (`UDF`) definition.

@!attribute [rw] function_name

The name of the function.
@return [String]

@!attribute [rw] database_name

The name of the catalog database that contains the function.
@return [String]

@!attribute [rw] class_name

The Java class that contains the function code.
@return [String]

@!attribute [rw] owner_name

The owner of the function.
@return [String]

@!attribute [rw] owner_type

The owner type.
@return [String]

@!attribute [rw] create_time

The time at which the function was created.
@return [Time]

@!attribute [rw] resource_uris

The resource URIs for the function.
@return [Array<Types::ResourceUri>]

@!attribute [rw] catalog_id

The ID of the Data Catalog in which the function resides.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/UserDefinedFunction AWS API Documentation

Constants

SENSITIVE