Class: Aws::Glue::Types::GetUserDefinedFunctionsRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#catalog_idString

The ID of the Data Catalog where the functions to be retrieved are located. If none is provided, the Amazon Web Services account ID is used by default.



12620
12621
12622
12623
12624
12625
12626
12627
12628
# File 'lib/aws-sdk-glue/types.rb', line 12620

class GetUserDefinedFunctionsRequest < Struct.new(
  :catalog_id,
  :database_name,
  :pattern,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#database_nameString

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.



12620
12621
12622
12623
12624
12625
12626
12627
12628
# File 'lib/aws-sdk-glue/types.rb', line 12620

class GetUserDefinedFunctionsRequest < Struct.new(
  :catalog_id,
  :database_name,
  :pattern,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of functions to return in one response.



12620
12621
12622
12623
12624
12625
12626
12627
12628
# File 'lib/aws-sdk-glue/types.rb', line 12620

class GetUserDefinedFunctionsRequest < Struct.new(
  :catalog_id,
  :database_name,
  :pattern,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

A continuation token, if this is a continuation call.



12620
12621
12622
12623
12624
12625
12626
12627
12628
# File 'lib/aws-sdk-glue/types.rb', line 12620

class GetUserDefinedFunctionsRequest < Struct.new(
  :catalog_id,
  :database_name,
  :pattern,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#patternString

An optional function-name pattern string that filters the function definitions returned.



12620
12621
12622
12623
12624
12625
12626
12627
12628
# File 'lib/aws-sdk-glue/types.rb', line 12620

class GetUserDefinedFunctionsRequest < Struct.new(
  :catalog_id,
  :database_name,
  :pattern,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end