List versions by function
async_boto.validation.lambda_.list_versions_by_function
ListVersionsByFunctionRequest
Bases: BaseModel
Request model for listing versions of a Lambda function.
| ATTRIBUTE | DESCRIPTION |
|---|---|
FunctionName |
The name or ARN of the Lambda function.
TYPE:
|
Marker |
Specify the pagination token that's returned by a previous request to retrieve the next page of results.
TYPE:
|
MaxItems |
The maximum number of versions to return.
TYPE:
|
FunctionName
instance-attribute
FunctionName
Marker
instance-attribute
Marker
MaxItems
instance-attribute
MaxItems
ListVersionsByFunctionResponse
Bases: BaseModel
Response model for listing versions of a Lambda function.
| ATTRIBUTE | DESCRIPTION |
|---|---|
NextMarker |
The pagination token that's included if more results are available.
TYPE:
|
Versions |
A list of Lambda function versions.
TYPE:
|
NextMarker
instance-attribute
NextMarker
Versions
instance-attribute
Versions