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]
1131 |
# File 'sig/client.rbs', line 1131
def functions: () -> ::Array[Types::FunctionConfiguration]
|
#next_marker ⇒ ::String
1130 |
# File 'sig/client.rbs', line 1130
def next_marker: () -> ::String
|