Class: Aws::Lambda::Types::LayersListItem

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-lambda/types.rb

Overview

Details about an Lambda layer.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#latest_matching_versionTypes::LayerVersionsListItem

The newest version of the layer.



6470
6471
6472
6473
6474
6475
6476
# File 'lib/aws-sdk-lambda/types.rb', line 6470

class LayersListItem < Struct.new(
  :layer_name,
  :layer_arn,
  :latest_matching_version)
  SENSITIVE = []
  include Aws::Structure
end

#layer_arnString

The Amazon Resource Name (ARN) of the function layer.



6470
6471
6472
6473
6474
6475
6476
# File 'lib/aws-sdk-lambda/types.rb', line 6470

class LayersListItem < Struct.new(
  :layer_name,
  :layer_arn,
  :latest_matching_version)
  SENSITIVE = []
  include Aws::Structure
end

#layer_nameString

The name of the layer.



6470
6471
6472
6473
6474
6475
6476
# File 'lib/aws-sdk-lambda/types.rb', line 6470

class LayersListItem < Struct.new(
  :layer_name,
  :layer_arn,
  :latest_matching_version)
  SENSITIVE = []
  include Aws::Structure
end