Class: Aws::Types::GetUserDefinedFunctionsResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetUserDefinedFunctionsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#user_defined_functions ⇒ ::Array[Types::UserDefinedFunction]
Returns the value of attribute user_defined_functions.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
4329 4330 4331 |
# File 'sig/types.rbs', line 4329 def next_token @next_token end |
#user_defined_functions ⇒ ::Array[Types::UserDefinedFunction]
Returns the value of attribute user_defined_functions.
4328 4329 4330 |
# File 'sig/types.rbs', line 4328 def user_defined_functions @user_defined_functions end |