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