Class: Aws::Lambda::Types::ListLayerVersionsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lambda::Types::ListLayerVersionsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lambda/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#compatible_architecture ⇒ String
The compatible [instruction set architecture].
-
#compatible_runtime ⇒ String
A runtime identifier.
-
#layer_name ⇒ String
The name or Amazon Resource Name (ARN) of the layer.
-
#marker ⇒ String
A pagination token returned by a previous call.
-
#max_items ⇒ Integer
The maximum number of versions to return.
Instance Attribute Details
#compatible_architecture ⇒ String
The compatible [instruction set architecture].
[1]: docs.aws.amazon.com/lambda/latest/dg/foundation-arch.html
4613 4614 4615 4616 4617 4618 4619 4620 4621 |
# File 'lib/aws-sdk-lambda/types.rb', line 4613 class ListLayerVersionsRequest < Struct.new( :compatible_runtime, :layer_name, :marker, :max_items, :compatible_architecture) SENSITIVE = [] include Aws::Structure end |
#compatible_runtime ⇒ String
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
4613 4614 4615 4616 4617 4618 4619 4620 4621 |
# File 'lib/aws-sdk-lambda/types.rb', line 4613 class ListLayerVersionsRequest < Struct.new( :compatible_runtime, :layer_name, :marker, :max_items, :compatible_architecture) SENSITIVE = [] include Aws::Structure end |
#layer_name ⇒ String
The name or Amazon Resource Name (ARN) of the layer.
4613 4614 4615 4616 4617 4618 4619 4620 4621 |
# File 'lib/aws-sdk-lambda/types.rb', line 4613 class ListLayerVersionsRequest < Struct.new( :compatible_runtime, :layer_name, :marker, :max_items, :compatible_architecture) SENSITIVE = [] include Aws::Structure end |
#marker ⇒ String
A pagination token returned by a previous call.
4613 4614 4615 4616 4617 4618 4619 4620 4621 |
# File 'lib/aws-sdk-lambda/types.rb', line 4613 class ListLayerVersionsRequest < Struct.new( :compatible_runtime, :layer_name, :marker, :max_items, :compatible_architecture) SENSITIVE = [] include Aws::Structure end |
#max_items ⇒ Integer
The maximum number of versions to return.
4613 4614 4615 4616 4617 4618 4619 4620 4621 |
# File 'lib/aws-sdk-lambda/types.rb', line 4613 class ListLayerVersionsRequest < Struct.new( :compatible_runtime, :layer_name, :marker, :max_items, :compatible_architecture) SENSITIVE = [] include Aws::Structure end |