Class: Aws::Lambda::Types::LayersListItem
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lambda::Types::LayersListItem
- Defined in:
- gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb
Overview
Details about an AWS Lambda layer.
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.
3322 3323 3324 3325 3326 3327 3328 |
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 3322 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.
3322 3323 3324 3325 3326 3327 3328 |
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 3322 class LayersListItem < Struct.new( :layer_name, :layer_arn, :latest_matching_version) SENSITIVE = [] include Aws::Structure end |
#layer_name ⇒ String
The name of the layer.
3322 3323 3324 3325 3326 3327 3328 |
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 3322 class LayersListItem < Struct.new( :layer_name, :layer_arn, :latest_matching_version) SENSITIVE = [] include Aws::Structure end |