Skip to content

Lambda  >  Structures  >  LayersListItem

LayersListItem

Structure Class

LayersListItem dataclass

Details about an Lambda layer.

Attributes

latest_matching_version class-attribute instance-attribute
latest_matching_version: LayerVersionsListItem | None = None

The newest version of the layer.

layer_arn class-attribute instance-attribute
layer_arn: str | None = None

The Amazon Resource Name (ARN) of the function layer.

layer_name class-attribute instance-attribute
layer_name: str | None = None

The name of the layer.