Class: Aws::Types::GetUserDefinedFunctionRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetUserDefinedFunctionRequest
- 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.
4325 4326 4327 |
# File 'sig/types.rbs', line 4325 def catalog_id @catalog_id end |
#database_name ⇒ ::String
Returns the value of attribute database_name.
4326 4327 4328 |
# File 'sig/types.rbs', line 4326 def database_name @database_name end |
#function_name ⇒ ::String
Returns the value of attribute function_name.
4327 4328 4329 |
# File 'sig/types.rbs', line 4327 def function_name @function_name end |