Class: Aws::Lambda::Types::LayersListItem
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lambda::Types::LayersListItem
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lambda/types.rb
Overview
Details about an [Lambda layer].
[1]: docs.aws.amazon.com/lambda/latest/dg/configuration-layers.html
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#latest_matching_version ⇒ Types::LayerVersionsListItem
The newest version of the layer.
-
#layer_arn ⇒ String
The Amazon Resource Name (ARN) of the function layer.
-
#layer_name ⇒ String
The name of the layer.
Instance Attribute Details
#latest_matching_version ⇒ Types::LayerVersionsListItem
The newest version of the layer.
4193 4194 4195 4196 4197 4198 4199 |
# File 'lib/aws-sdk-lambda/types.rb', line 4193 class LayersListItem < Struct.new( :layer_name, :layer_arn, :latest_matching_version) SENSITIVE = [] include Aws::Structure end |
#layer_arn ⇒ String
The Amazon Resource Name (ARN) of the function layer.
4193 4194 4195 4196 4197 4198 4199 |
# File 'lib/aws-sdk-lambda/types.rb', line 4193 class LayersListItem < Struct.new( :layer_name, :layer_arn, :latest_matching_version) SENSITIVE = [] include Aws::Structure end |
#layer_name ⇒ String
The name of the layer.
4193 4194 4195 4196 4197 4198 4199 |
# File 'lib/aws-sdk-lambda/types.rb', line 4193 class LayersListItem < Struct.new( :layer_name, :layer_arn, :latest_matching_version) SENSITIVE = [] include Aws::Structure end |