List layer versions
async_boto.validation.lambda_.list_layer_versions
ListLayerVersionsRequest
Bases: BaseModel
Request model for listing AWS Lambda layer versions.
| ATTRIBUTE | DESCRIPTION |
|---|---|
LayerName |
The name or ARN of the layer.
TYPE:
|
CompatibleArchitecture |
The compatible instruction set architecture.
TYPE:
|
CompatibleRuntime |
A runtime identifier.
TYPE:
|
Marker |
A pagination token returned by a previous call.
TYPE:
|
MaxItems |
The maximum number of versions to return.
TYPE:
|
LayerName
instance-attribute
LayerName
CompatibleArchitecture
instance-attribute
CompatibleArchitecture
CompatibleRuntime
instance-attribute
CompatibleRuntime
Marker
instance-attribute
Marker
MaxItems
instance-attribute
MaxItems
ListLayerVersionsResponse
Bases: BaseModel
Response model for listing AWS Lambda layer versions.
| ATTRIBUTE | DESCRIPTION |
|---|---|
LayerVersions |
A list of versions.
TYPE:
|
NextMarker |
A pagination token that's included if more results are available.
TYPE:
|
LayerVersions
instance-attribute
LayerVersions
NextMarker
instance-attribute
NextMarker