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

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

#compatible_architectureString

Returns:

  • (String)


4749
4750
4751
4752
4753
4754
4755
4756
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 4749

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.

Returns:

  • (String)


4749
4750
4751
4752
4753
4754
4755
4756
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 4749

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.

Returns:

  • (String)


4749
4750
4751
4752
4753
4754
4755
4756
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 4749

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.

Returns:

  • (Integer)


4749
4750
4751
4752
4753
4754
4755
4756
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 4749

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