DeleteUserDefinedFunctionRequest

public struct DeleteUserDefinedFunctionRequest : AWSShape

Undocumented

  • Declaration

    Swift

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

    Declaration

    Swift

    public let catalogId: String?
  • The name of the catalog database where the function is located.

    Declaration

    Swift

    public let databaseName: String
  • The name of the function definition to be deleted.

    Declaration

    Swift

    public let functionName: String
  • Undocumented

    Declaration

    Swift

    public init(catalogId: String? = nil, databaseName: String, functionName: String)
  • Declaration

    Swift

    public func validate(name: String) throws