Class: Aws::Lambda::Types::LayerVersionsListItem

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

Overview

Details about a version of an [AWS Lambda layer].

[1]: docs.aws.amazon.com/lambda/latest/dg/configuration-layers.html

Instance Attribute Summary collapse

Instance Attribute Details

#compatible_runtimesArray<String>

The layer’s compatible runtimes.

Returns:

  • (Array<String>)


1779
1780
1781
1782
1783
1784
1785
1786
1787
# File 'lib/aws-sdk-lambda/types.rb', line 1779

class LayerVersionsListItem < Struct.new(
  :layer_version_arn,
  :version,
  :description,
  :created_date,
  :compatible_runtimes,
  :license_info)
  include Aws::Structure
end

#created_dateTime

The date that the version was created, in ISO 8601 format. For example, ‘2018-11-27T15:10:45.123+0000`.

Returns:

  • (Time)


1779
1780
1781
1782
1783
1784
1785
1786
1787
# File 'lib/aws-sdk-lambda/types.rb', line 1779

class LayerVersionsListItem < Struct.new(
  :layer_version_arn,
  :version,
  :description,
  :created_date,
  :compatible_runtimes,
  :license_info)
  include Aws::Structure
end

#descriptionString

The description of the version.

Returns:

  • (String)


1779
1780
1781
1782
1783
1784
1785
1786
1787
# File 'lib/aws-sdk-lambda/types.rb', line 1779

class LayerVersionsListItem < Struct.new(
  :layer_version_arn,
  :version,
  :description,
  :created_date,
  :compatible_runtimes,
  :license_info)
  include Aws::Structure
end

#layer_version_arnString

The ARN of the layer version.

Returns:

  • (String)


1779
1780
1781
1782
1783
1784
1785
1786
1787
# File 'lib/aws-sdk-lambda/types.rb', line 1779

class LayerVersionsListItem < Struct.new(
  :layer_version_arn,
  :version,
  :description,
  :created_date,
  :compatible_runtimes,
  :license_info)
  include Aws::Structure
end

#license_infoString

The layer’s open-source license.

Returns:

  • (String)


1779
1780
1781
1782
1783
1784
1785
1786
1787
# File 'lib/aws-sdk-lambda/types.rb', line 1779

class LayerVersionsListItem < Struct.new(
  :layer_version_arn,
  :version,
  :description,
  :created_date,
  :compatible_runtimes,
  :license_info)
  include Aws::Structure
end

#versionInteger

The version number.

Returns:

  • (Integer)


1779
1780
1781
1782
1783
1784
1785
1786
1787
# File 'lib/aws-sdk-lambda/types.rb', line 1779

class LayerVersionsListItem < Struct.new(
  :layer_version_arn,
  :version,
  :description,
  :created_date,
  :compatible_runtimes,
  :license_info)
  include Aws::Structure
end