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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#layersArray<Types::LayersListItem>

A list of function layers.

Returns:



4488
4489
4490
4491
4492
4493
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 4488

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

#next_markerString

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

Returns:

  • (String)


4488
4489
4490
4491
4492
4493
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 4488

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