class Aws::Glue::Types::GetUserDefinedFunctionRequest
@note When making an API call, you may pass GetUserDefinedFunctionRequest
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 retrieved is 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 function is located. @return [String]
@!attribute [rw] function_name
The name of the function. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/GetUserDefinedFunctionRequest AWS API Documentation
Constants
- SENSITIVE