class Aws::Glue::Types::DeleteUserDefinedFunctionRequest

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

data as a hash:

    {
      catalog_id: "CatalogIdString",
      database_name: "NameString", # required
      function_name: "NameString", # required
    }

@!attribute [rw] catalog_id

The ID of the Data Catalog where the function to be deleted is
located. If none is supplied, the Amazon Web Services account ID is
used by default.
@return [String]

@!attribute [rw] database_name

The name of the catalog database where the function is located.
@return [String]

@!attribute [rw] function_name

The name of the function definition to be deleted.
@return [String]

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

Constants

SENSITIVE