Class: Aws::Types::GetUserDefinedFunctionsRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetUserDefinedFunctionsRequest
- 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_type ⇒ "REGULAR_FUNCTION", ...
Returns the value of attribute function_type.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#pattern ⇒ ::String
Returns the value of attribute pattern.
Instance Attribute Details
#catalog_id ⇒ ::String
Returns the value of attribute catalog_id.
4318 4319 4320 |
# File 'sig/types.rbs', line 4318 def catalog_id @catalog_id end |
#database_name ⇒ ::String
Returns the value of attribute database_name.
4319 4320 4321 |
# File 'sig/types.rbs', line 4319 def database_name @database_name end |
#function_type ⇒ "REGULAR_FUNCTION", ...
Returns the value of attribute function_type.
4321 4322 4323 |
# File 'sig/types.rbs', line 4321 def function_type @function_type end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
4323 4324 4325 |
# File 'sig/types.rbs', line 4323 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
4322 4323 4324 |
# File 'sig/types.rbs', line 4322 def next_token @next_token end |
#pattern ⇒ ::String
Returns the value of attribute pattern.
4320 4321 4322 |
# File 'sig/types.rbs', line 4320 def pattern @pattern end |