Class: Aws::Lambda::Types::ListLayersRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#compatible_architectureString



4879
4880
4881
4882
4883
4884
4885
4886
# File 'lib/aws-sdk-lambda/types.rb', line 4879

class ListLayersRequest < Struct.new(
  :compatible_runtime,
  :marker,
  :max_items,
  :compatible_architecture)
  SENSITIVE = []
  include Aws::Structure
end

#compatible_runtimeString

A runtime identifier.

The following list includes deprecated runtimes. For more information, see [Runtime use after deprecation].

For a list of all currently supported runtimes, see [Supported runtimes].

[1]: docs.aws.amazon.com/lambda/latest/dg/lambda-runtimes.html#runtime-deprecation-levels [2]: docs.aws.amazon.com/lambda/latest/dg/lambda-runtimes.html#runtimes-supported



4879
4880
4881
4882
4883
4884
4885
4886
# File 'lib/aws-sdk-lambda/types.rb', line 4879

class ListLayersRequest < Struct.new(
  :compatible_runtime,
  :marker,
  :max_items,
  :compatible_architecture)
  SENSITIVE = []
  include Aws::Structure
end

#markerString

A pagination token returned by a previous call.



4879
4880
4881
4882
4883
4884
4885
4886
# File 'lib/aws-sdk-lambda/types.rb', line 4879

class ListLayersRequest < Struct.new(
  :compatible_runtime,
  :marker,
  :max_items,
  :compatible_architecture)
  SENSITIVE = []
  include Aws::Structure
end

#max_itemsInteger

The maximum number of layers to return.



4879
4880
4881
4882
4883
4884
4885
4886
# File 'lib/aws-sdk-lambda/types.rb', line 4879

class ListLayersRequest < Struct.new(
  :compatible_runtime,
  :marker,
  :max_items,
  :compatible_architecture)
  SENSITIVE = []
  include Aws::Structure
end