Module: Aws::Lambda::Client::_ListVersionsByFunctionResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::ListVersionsByFunctionResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
Instance Method Details
#next_marker ⇒ ::String
1205 |
# File 'sig/client.rbs', line 1205
def next_marker: () -> ::String
|
#versions ⇒ ::Array[Types::FunctionConfiguration]
1206 |
# File 'sig/client.rbs', line 1206
def versions: () -> ::Array[Types::FunctionConfiguration]
|