Class: Aws::Types::CreateUserDefinedFunctionRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateUserDefinedFunctionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#catalog_id ⇒ ::String
Returns the value of attribute catalog_id.
-
#database_name ⇒ ::String
Returns the value of attribute database_name.
-
#function_input ⇒ Types::UserDefinedFunctionInput
Returns the value of attribute function_input.
Instance Attribute Details
#catalog_id ⇒ ::String
Returns the value of attribute catalog_id.
1852 1853 1854 |
# File 'sig/types.rbs', line 1852 def catalog_id @catalog_id end |
#database_name ⇒ ::String
Returns the value of attribute database_name.
1853 1854 1855 |
# File 'sig/types.rbs', line 1853 def database_name @database_name end |
#function_input ⇒ Types::UserDefinedFunctionInput
Returns the value of attribute function_input.
1854 1855 1856 |
# File 'sig/types.rbs', line 1854 def function_input @function_input end |