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

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#latest_matching_versionTypes::LayerVersionsListItem

The newest version of the layer.



1810
1811
1812
1813
1814
1815
# File 'lib/aws-sdk-lambda/types.rb', line 1810

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

#layer_arnString

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

Returns:

  • (String)


1810
1811
1812
1813
1814
1815
# File 'lib/aws-sdk-lambda/types.rb', line 1810

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

#layer_nameString

The name of the layer.

Returns:

  • (String)


1810
1811
1812
1813
1814
1815
# File 'lib/aws-sdk-lambda/types.rb', line 1810

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