Class: Aws::Lambda::Types::ListVersionsByFunctionResponse

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#next_markerString

The pagination token that’s included if more results are available.

Returns:

  • (String)


2199
2200
2201
2202
2203
# File 'lib/aws-sdk-lambda/types.rb', line 2199

class ListVersionsByFunctionResponse < Struct.new(
  :next_marker,
  :versions)
  include Aws::Structure
end

#versionsArray<Types::FunctionConfiguration>

A list of Lambda function versions.

Returns:



2199
2200
2201
2202
2203
# File 'lib/aws-sdk-lambda/types.rb', line 2199

class ListVersionsByFunctionResponse < Struct.new(
  :next_marker,
  :versions)
  include Aws::Structure
end