Class: Aws::Types::ListFunctionsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListFunctionsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#functions ⇒ ::Array[Types::FunctionConfiguration]
Returns the value of attribute functions.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#functions ⇒ ::Array[Types::FunctionConfiguration]
Returns the value of attribute functions.
1014 1015 1016 |
# File 'sig/types.rbs', line 1014 def functions @functions end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1015 1016 1017 |
# File 'sig/types.rbs', line 1015 def next_token @next_token end |