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.
4335 4336 4337 |
# File 'sig/types.rbs', line 4335 def catalog_id @catalog_id end |
#database_name ⇒ ::String
Returns the value of attribute database_name.
4336 4337 4338 |
# File 'sig/types.rbs', line 4336 def database_name @database_name end |
#function_name ⇒ ::String
Returns the value of attribute function_name.
4337 4338 4339 |
# File 'sig/types.rbs', line 4337 def function_name @function_name end |