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.
4348 4349 4350 |
# File 'sig/types.rbs', line 4348 def next_token @next_token end |
#user_defined_functions ⇒ ::Array[Types::UserDefinedFunction]
Returns the value of attribute user_defined_functions.
4347 4348 4349 |
# File 'sig/types.rbs', line 4347 def user_defined_functions @user_defined_functions end |