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)


33160
33161
33162
33163
33164
33165
33166
33167
33168
33169
# File 'lib/aws-sdk-glue/types.rb', line 33160

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

#function_nameString

The name of the function.

Returns:

  • (String)


33160
33161
33162
33163
33164
33165
33166
33167
33168
33169
# File 'lib/aws-sdk-glue/types.rb', line 33160

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

#function_typeString

The type of the function.

Returns:

  • (String)


33160
33161
33162
33163
33164
33165
33166
33167
33168
33169
# File 'lib/aws-sdk-glue/types.rb', line 33160

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

#owner_nameString

The owner of the function.

Returns:

  • (String)


33160
33161
33162
33163
33164
33165
33166
33167
33168
33169
# File 'lib/aws-sdk-glue/types.rb', line 33160

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

#owner_typeString

The owner type.

Returns:

  • (String)


33160
33161
33162
33163
33164
33165
33166
33167
33168
33169
# File 'lib/aws-sdk-glue/types.rb', line 33160

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

#resource_urisArray<Types::ResourceUri>

The resource URIs for the function.

Returns:



33160
33161
33162
33163
33164
33165
33166
33167
33168
33169
# File 'lib/aws-sdk-glue/types.rb', line 33160

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