Class: Aws::Types::DeleteUserDefinedFunctionRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteUserDefinedFunctionRequest
- 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_name ⇒ ::String
Returns the value of attribute function_name.
Instance Attribute Details
#catalog_id ⇒ ::String
Returns the value of attribute catalog_id.
2630 2631 2632 |
# File 'sig/types.rbs', line 2630 def catalog_id @catalog_id end |
#database_name ⇒ ::String
Returns the value of attribute database_name.
2631 2632 2633 |
# File 'sig/types.rbs', line 2631 def database_name @database_name end |
#function_name ⇒ ::String
Returns the value of attribute function_name.
2632 2633 2634 |
# File 'sig/types.rbs', line 2632 def function_name @function_name end |