Class: Aws::Lambda::Types::ListLayerVersionsResponse

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#layer_versionsArray<Types::LayerVersionsListItem>

A list of versions.

Returns:



2064
2065
2066
2067
2068
# File 'lib/aws-sdk-lambda/types.rb', line 2064

class ListLayerVersionsResponse < Struct.new(
  :next_marker,
  :layer_versions)
  include Aws::Structure
end

#next_markerString

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

Returns:

  • (String)


2064
2065
2066
2067
2068
# File 'lib/aws-sdk-lambda/types.rb', line 2064

class ListLayerVersionsResponse < Struct.new(
  :next_marker,
  :layer_versions)
  include Aws::Structure
end