class Aws::Lambda::Types::ListLayerVersionsRequest

@note When making an API call, you may pass ListLayerVersionsRequest

data as a hash:

    {
      compatible_runtime: "nodejs", # accepts nodejs, nodejs4.3, nodejs6.10, nodejs8.10, nodejs10.x, nodejs12.x, nodejs14.x, java8, java8.al2, java11, python2.7, python3.6, python3.7, python3.8, python3.9, dotnetcore1.0, dotnetcore2.0, dotnetcore2.1, dotnetcore3.1, nodejs4.3-edge, go1.x, ruby2.5, ruby2.7, provided, provided.al2
      layer_name: "LayerName", # required
      marker: "String",
      max_items: 1,
    }

@!attribute [rw] compatible_runtime

A runtime identifier. For example, `go1.x`.
@return [String]

@!attribute [rw] layer_name

The name or Amazon Resource Name (ARN) of the layer.
@return [String]

@!attribute [rw] marker

A pagination token returned by a previous call.
@return [String]

@!attribute [rw] max_items

The maximum number of versions to return.
@return [Integer]

@see docs.aws.amazon.com/goto/WebAPI/lambda-2015-03-31/ListLayerVersionsRequest AWS API Documentation

Constants

SENSITIVE