Method: Aws::Lambda::Types::ListVersionsByFunctionRequest#marker

Defined in:
lib/aws-sdk-lambda/types.rb

#markerString

Specify the pagination token that’s returned by a previous request to retrieve the next page of results.



4570
4571
4572
4573
4574
4575
4576
# File 'lib/aws-sdk-lambda/types.rb', line 4570

class ListVersionsByFunctionRequest < Struct.new(
  :function_name,
  :marker,
  :max_items)
  SENSITIVE = []
  include Aws::Structure
end