Class: Aws::Glue::Types::UserDefinedFunctionInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::UserDefinedFunctionInput
- 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
-
#class_name ⇒ String
The Java class that contains the function code.
-
#function_name ⇒ String
The name of the function.
-
#owner_name ⇒ String
The owner of the function.
-
#owner_type ⇒ String
The owner type.
-
#resource_uris ⇒ Array<Types::ResourceUri>
The resource URIs for the function.
Instance Attribute Details
#class_name ⇒ String
The Java class that contains the function code.
25229 25230 25231 25232 25233 25234 25235 25236 25237 |
# File 'gems/aws-sdk-glue/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_name ⇒ String
The name of the function.
25229 25230 25231 25232 25233 25234 25235 25236 25237 |
# File 'gems/aws-sdk-glue/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_name ⇒ String
The owner of the function.
25229 25230 25231 25232 25233 25234 25235 25236 25237 |
# File 'gems/aws-sdk-glue/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_type ⇒ String
The owner type.
25229 25230 25231 25232 25233 25234 25235 25236 25237 |
# File 'gems/aws-sdk-glue/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_uris ⇒ Array<Types::ResourceUri>
The resource URIs for the function.
25229 25230 25231 25232 25233 25234 25235 25236 25237 |
# File 'gems/aws-sdk-glue/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 |