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]
1109 |
# File 'sig/client.rbs', line 1109
def function_url_configs: () -> ::Array[Types::FunctionUrlConfig]
|
#next_marker ⇒ ::String
1110 |
# File 'sig/client.rbs', line 1110
def next_marker: () -> ::String
|