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