Class: Aws::Types::UpdateUserDefinedFunctionRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateUserDefinedFunctionRequest
- 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.
-
#function_name ⇒ ::String
Returns the value of attribute function_name.
Instance Attribute Details
#catalog_id ⇒ ::String
Returns the value of attribute catalog_id.
8248 8249 8250 |
# File 'sig/types.rbs', line 8248 def catalog_id @catalog_id end |
#database_name ⇒ ::String
Returns the value of attribute database_name.
8249 8250 8251 |
# File 'sig/types.rbs', line 8249 def database_name @database_name end |
#function_input ⇒ Types::UserDefinedFunctionInput
Returns the value of attribute function_input.
8251 8252 8253 |
# File 'sig/types.rbs', line 8251 def function_input @function_input end |
#function_name ⇒ ::String
Returns the value of attribute function_name.
8250 8251 8252 |
# File 'sig/types.rbs', line 8250 def function_name @function_name end |