class Aws::Glue::Types::GetUserDefinedFunctionsRequest

@note When making an API call, you may pass GetUserDefinedFunctionsRequest

data as a hash:

    {
      catalog_id: "CatalogIdString",
      database_name: "NameString",
      pattern: "NameString", # required
      next_token: "Token",
      max_results: 1,
    }

@!attribute [rw] catalog_id

The ID of the Data Catalog where the functions to be retrieved are
located. If none is provided, the Amazon Web Services account ID is
used by default.
@return [String]

@!attribute [rw] database_name

The name of the catalog database where the functions are located. If
none is provided, functions from all the databases across the
catalog will be returned.
@return [String]

@!attribute [rw] pattern

An optional function-name pattern string that filters the function
definitions returned.
@return [String]

@!attribute [rw] next_token

A continuation token, if this is a continuation call.
@return [String]

@!attribute [rw] max_results

The maximum number of functions to return in one response.
@return [Integer]

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

Constants

SENSITIVE