UserDefinedFunctionInput
public struct UserDefinedFunctionInput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The Java class that contains the function code.
Declaration
Swift
public let className: String? -
The name of the function.
Declaration
Swift
public let functionName: String? -
The owner of the function.
Declaration
Swift
public let ownerName: String? -
The owner type.
Declaration
Swift
public let ownerType: PrincipalType? -
The resource URIs for the function.
Declaration
Swift
public let resourceUris: [ResourceUri]? -
Undocumented
Declaration
Swift
public init(className: String? = nil, functionName: String? = nil, ownerName: String? = nil, ownerType: PrincipalType? = nil, resourceUris: [ResourceUri]? = nil) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
UserDefinedFunctionInput Structure Reference