Class: Aws::Lambda::Types::ListLayersResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-lambda/types.rb

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#layersArray<Types::LayersListItem>

A list of function layers.

Returns:



2111
2112
2113
2114
2115
# File 'lib/aws-sdk-lambda/types.rb', line 2111

class ListLayersResponse < Struct.new(
  :next_marker,
  :layers)
  include Aws::Structure
end

#next_markerString

A pagination token returned when the response doesn’t contain all layers.

Returns:

  • (String)


2111
2112
2113
2114
2115
# File 'lib/aws-sdk-lambda/types.rb', line 2111

class ListLayersResponse < Struct.new(
  :next_marker,
  :layers)
  include Aws::Structure
end