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

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

#layer_versionsArray<Types::LayerVersionsListItem>

A list of versions.

Returns:



4432
4433
4434
4435
4436
4437
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 4432

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

#next_markerString

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

Returns:

  • (String)


4432
4433
4434
4435
4436
4437
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 4432

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