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.
8290 8291 8292 |
# File 'sig/types.rbs', line 8290 def catalog_id @catalog_id end |
#database_name ⇒ ::String
Returns the value of attribute database_name.
8291 8292 8293 |
# File 'sig/types.rbs', line 8291 def database_name @database_name end |
#function_input ⇒ Types::UserDefinedFunctionInput
Returns the value of attribute function_input.
8293 8294 8295 |
# File 'sig/types.rbs', line 8293 def function_input @function_input end |
#function_name ⇒ ::String
Returns the value of attribute function_name.
8292 8293 8294 |
# File 'sig/types.rbs', line 8292 def function_name @function_name end |