Class: Aws::Types::CreateUserDefinedFunctionRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateUserDefinedFunctionRequest
- 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.
Instance Attribute Details
#catalog_id ⇒ ::String
Returns the value of attribute catalog_id.
1848 1849 1850 |
# File 'sig/types.rbs', line 1848 def catalog_id @catalog_id end |
#database_name ⇒ ::String
Returns the value of attribute database_name.
1849 1850 1851 |
# File 'sig/types.rbs', line 1849 def database_name @database_name end |
#function_input ⇒ Types::UserDefinedFunctionInput
Returns the value of attribute function_input.
1850 1851 1852 |
# File 'sig/types.rbs', line 1850 def function_input @function_input end |