Class: Aws::Glue::Types::GetUserDefinedFunctionsResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

A continuation token, if the list of functions returned does not include the last requested function.

Returns:

  • (String)


12338
12339
12340
12341
12342
12343
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 12338

class GetUserDefinedFunctionsResponse < Struct.new(
  :user_defined_functions,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#user_defined_functionsArray<Types::UserDefinedFunction>

A list of requested function definitions.

Returns:



12338
12339
12340
12341
12342
12343
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 12338

class GetUserDefinedFunctionsResponse < Struct.new(
  :user_defined_functions,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end