GetUserDefinedFunctionsRequest

public struct GetUserDefinedFunctionsRequest : AWSShape
extension Glue.GetUserDefinedFunctionsRequest: AWSPaginateStringToken

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The ID of the Data Catalog where the functions to be retrieved are located. If none is provided, the AWS account ID is used by default.

    Declaration

    Swift

    public let catalogId: String?
  • 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.

    Declaration

    Swift

    public let databaseName: String?
  • The maximum number of functions to return in one response.

    Declaration

    Swift

    public let maxResults: Int?
  • A continuation token, if this is a continuation call.

    Declaration

    Swift

    public let nextToken: String?
  • An optional function-name pattern string that filters the function definitions returned.

    Declaration

    Swift

    public let pattern: String
  • Undocumented

    Declaration

    Swift

    public init(catalogId: String? = nil, databaseName: String? = nil, maxResults: Int? = nil, nextToken: String? = nil, pattern: String)
  • Declaration

    Swift

    public func validate(name: String) throws
  • Undocumented

    Declaration

    Swift

    public func usingPaginationToken(_ token: String) -> Glue.GetUserDefinedFunctionsRequest