You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Glue::Types::UserDefinedFunction

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

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

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#catalog_idString

The ID of the Data Catalog in which the function resides.

Returns:

  • (String)

    The ID of the Data Catalog in which the function resides.

#class_nameString

The Java class that contains the function code.

Returns:

  • (String)

    The Java class that contains the function code.

#create_timeTime

The time at which the function was created.

Returns:

  • (Time)

    The time at which the function was created.

#database_nameString

The name of the catalog database that contains the function.

Returns:

  • (String)

    The name of the catalog database that contains the function.

#function_nameString

The name of the function.

Returns:

  • (String)

    The name of the function.

#owner_nameString

The owner of the function.

Returns:

  • (String)

    The owner of the function.

#owner_typeString

The owner type.

Possible values:

  • USER
  • ROLE
  • GROUP

Returns:

  • (String)

    The owner type.

#resource_urisArray<Types::ResourceUri>

The resource URIs for the function.

Returns: