Class: Aws::Glue::Types::UserDefinedFunctionInput

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

Overview

A structure used to create or update a user-defined function.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#class_nameString

The Java class that contains the function code.

Returns:

  • (String)


25229
25230
25231
25232
25233
25234
25235
25236
25237
# File 'lib/aws-sdk-glue/types.rb', line 25229

class UserDefinedFunctionInput < Struct.new(
  :function_name,
  :class_name,
  :owner_name,
  :owner_type,
  :resource_uris)
  SENSITIVE = []
  include Aws::Structure
end

#function_nameString

The name of the function.

Returns:

  • (String)


25229
25230
25231
25232
25233
25234
25235
25236
25237
# File 'lib/aws-sdk-glue/types.rb', line 25229

class UserDefinedFunctionInput < Struct.new(
  :function_name,
  :class_name,
  :owner_name,
  :owner_type,
  :resource_uris)
  SENSITIVE = []
  include Aws::Structure
end

#owner_nameString

The owner of the function.

Returns:

  • (String)


25229
25230
25231
25232
25233
25234
25235
25236
25237
# File 'lib/aws-sdk-glue/types.rb', line 25229

class UserDefinedFunctionInput < Struct.new(
  :function_name,
  :class_name,
  :owner_name,
  :owner_type,
  :resource_uris)
  SENSITIVE = []
  include Aws::Structure
end

#owner_typeString

The owner type.

Returns:

  • (String)


25229
25230
25231
25232
25233
25234
25235
25236
25237
# File 'lib/aws-sdk-glue/types.rb', line 25229

class UserDefinedFunctionInput < Struct.new(
  :function_name,
  :class_name,
  :owner_name,
  :owner_type,
  :resource_uris)
  SENSITIVE = []
  include Aws::Structure
end

#resource_urisArray<Types::ResourceUri>

The resource URIs for the function.

Returns:



25229
25230
25231
25232
25233
25234
25235
25236
25237
# File 'lib/aws-sdk-glue/types.rb', line 25229

class UserDefinedFunctionInput < Struct.new(
  :function_name,
  :class_name,
  :owner_name,
  :owner_type,
  :resource_uris)
  SENSITIVE = []
  include Aws::Structure
end