GetUserDefinedFunctionsOutput
import "github.com/aws/aws-sdk-go/service/glue"
type GetUserDefinedFunctionsOutput struct { NextToken *string `type:"string"` UserDefinedFunctions []*UserDefinedFunction `type:"list"` }
- NextToken
-
Type:
*string
A continuation token, if the list of functions returned does not include the last requested function.
- UserDefinedFunctions
-
Represents the equivalent of a Hive user-defined function (UDF) definition.
Method
GoString
func (s GetUserDefinedFunctionsOutput) GoString() string
GoString returns the string representation
SetNextToken
func (s *GetUserDefinedFunctionsOutput) SetNextToken(v string) *GetUserDefinedFunctionsOutput
SetNextToken sets the NextToken field's value.
SetUserDefinedFunctions
func (s *GetUserDefinedFunctionsOutput) SetUserDefinedFunctions(v []*UserDefinedFunction) *GetUserDefinedFunctionsOutput
SetUserDefinedFunctions sets the UserDefinedFunctions field's value.
String
func (s GetUserDefinedFunctionsOutput) String() string
String returns the string representation