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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-glue/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_name ⇒ String

The Java class that contains the function code.

Returns:

  • (String)


33732
33733
33734
33735
33736
33737
33738
33739
33740
33741
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 33732

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

#function_name ⇒ String

The name of the function.

Returns:

  • (String)


33732
33733
33734
33735
33736
33737
33738
33739
33740
33741
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 33732

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

#function_type ⇒ String

The type of the function.

Returns:

  • (String)


33732
33733
33734
33735
33736
33737
33738
33739
33740
33741
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 33732

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

#owner_name ⇒ String

The owner of the function.

Returns:

  • (String)


33732
33733
33734
33735
33736
33737
33738
33739
33740
33741
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 33732

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

#owner_type ⇒ String

The owner type.

Returns:

  • (String)


33732
33733
33734
33735
33736
33737
33738
33739
33740
33741
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 33732

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

#resource_uris ⇒ Array<Types::ResourceUri>

The resource URIs for the function.

Returns:



33732
33733
33734
33735
33736
33737
33738
33739
33740
33741
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 33732

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