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
- Struct
- Aws::Glue::Types::UserDefinedFunction
- Defined in:
- (unknown)
Overview
Represents the equivalent of a Hive user-defined function (UDF
) definition.
Returned by:
Instance Attribute Summary collapse
-
#catalog_id ⇒ String
The ID of the Data Catalog in which the function resides.
-
#class_name ⇒ String
The Java class that contains the function code.
-
#create_time ⇒ Time
The time at which the function was created.
-
#database_name ⇒ String
The name of the catalog database that contains the function.
-
#function_name ⇒ String
The name of the function.
-
#owner_name ⇒ String
The owner of the function.
-
#owner_type ⇒ String
The owner type.
-
#resource_uris ⇒ Array<Types::ResourceUri>
The resource URIs for the function.
Instance Attribute Details
#catalog_id ⇒ String
The ID of the Data Catalog in which the function resides.
#class_name ⇒ String
The Java class that contains the function code.
#create_time ⇒ Time
The time at which the function was created.
#database_name ⇒ String
The name of the catalog database that contains the function.
#function_name ⇒ String
The name of the function.
#owner_name ⇒ String
The owner of the function.
#owner_type ⇒ String
The owner type.
Possible values:
- USER
- ROLE
- GROUP
#resource_uris ⇒ Array<Types::ResourceUri>
The resource URIs for the function.