Module: Aws::Lambda::Client::_ListFunctionUrlConfigsResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::ListFunctionUrlConfigsResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
Instance Method Details
#function_url_configs ⇒ ::Array[Types::FunctionUrlConfig]
1130 |
# File 'sig/client.rbs', line 1130
def function_url_configs: () -> ::Array[Types::FunctionUrlConfig]
|
#next_marker ⇒ ::String
1131 |
# File 'sig/client.rbs', line 1131
def next_marker: () -> ::String
|