Class: Aws::Lambda::Types::ListLayersRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lambda::Types::ListLayersRequest
- 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][1].
-
#compatible_runtime ⇒ String
A runtime identifier.
-
#marker ⇒ String
A pagination token returned by a previous call.
-
#max_items ⇒ Integer
The maximum number of layers to return.
Instance Attribute Details
#compatible_architecture ⇒ String
The compatible instruction set architecture.
7118 7119 7120 7121 7122 7123 7124 7125 |
# File 'lib/aws-sdk-lambda/types.rb', line 7118 class ListLayersRequest < Struct.new( :compatible_architecture, :compatible_runtime, :marker, :max_items) 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.
7118 7119 7120 7121 7122 7123 7124 7125 |
# File 'lib/aws-sdk-lambda/types.rb', line 7118 class ListLayersRequest < Struct.new( :compatible_architecture, :compatible_runtime, :marker, :max_items) SENSITIVE = [] include Aws::Structure end |
#marker ⇒ String
A pagination token returned by a previous call.
7118 7119 7120 7121 7122 7123 7124 7125 |
# File 'lib/aws-sdk-lambda/types.rb', line 7118 class ListLayersRequest < Struct.new( :compatible_architecture, :compatible_runtime, :marker, :max_items) SENSITIVE = [] include Aws::Structure end |
#max_items ⇒ Integer
The maximum number of layers to return.
7118 7119 7120 7121 7122 7123 7124 7125 |
# File 'lib/aws-sdk-lambda/types.rb', line 7118 class ListLayersRequest < Struct.new( :compatible_architecture, :compatible_runtime, :marker, :max_items) SENSITIVE = [] include Aws::Structure end |