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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lambda/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.



3995
3996
3997
3998
3999
4000
4001
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 3995

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.

Returns:

  • (String)


3995
3996
3997
3998
3999
4000
4001
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 3995

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

#layer_nameString

The name of the layer.

Returns:

  • (String)


3995
3996
3997
3998
3999
4000
4001
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 3995

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