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_nameString

The Java class that contains the function code.

Returns:

  • (String)


23131
23132
23133
23134
23135
23136
23137
23138
23139
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 23131

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)


23131
23132
23133
23134
23135
23136
23137
23138
23139
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 23131

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)


23131
23132
23133
23134
23135
23136
23137
23138
23139
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 23131

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)


23131
23132
23133
23134
23135
23136
23137
23138
23139
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 23131

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:



23131
23132
23133
23134
23135
23136
23137
23138
23139
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 23131

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