Module: Aws::Lambda::Client::_ListFunctionsResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::ListFunctionsResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
Instance Method Details
#functions ⇒ ::Array[Types::FunctionConfiguration]
1127 |
# File 'sig/client.rbs', line 1127
def functions: () -> ::Array[Types::FunctionConfiguration]
|
#next_marker ⇒ ::String
1126 |
# File 'sig/client.rbs', line 1126
def next_marker: () -> ::String
|