Skip to content

List layers

async_boto.validation.lambda_.list_layers

ListLayersRequest

Bases: BaseModel

Request model for listing AWS Lambda layers.

ATTRIBUTE DESCRIPTION
CompatibleArchitecture

The compatible instruction set architecture.

TYPE: str

CompatibleRuntime

A runtime identifier.

TYPE: str

Marker

A pagination token returned by a previous call.

TYPE: str

MaxItems

The maximum number of layers to return.

TYPE: int

CompatibleArchitecture instance-attribute

CompatibleArchitecture

CompatibleRuntime instance-attribute

CompatibleRuntime

Marker instance-attribute

Marker

MaxItems instance-attribute

MaxItems

ListLayersResponse

Bases: BaseModel

Response model for listing AWS Lambda layers.

ATTRIBUTE DESCRIPTION
Layers

A list of function layers.

TYPE: list

NextMarker

A pagination token that's included if more results are available.

TYPE: str

Layers instance-attribute

Layers

NextMarker instance-attribute

NextMarker