class Aws::Lambda::Types::LayerVersionsListItem
Details about a version of an [Lambda layer].
[1]: docs.aws.amazon.com/lambda/latest/dg/configuration-layers.html
@!attribute [rw] layer_version_arn
The ARN of the layer version. @return [String]
@!attribute [rw] version
The version number. @return [Integer]
@!attribute [rw] description
The description of the version. @return [String]
@!attribute [rw] created_date
The date that the version was created, in ISO 8601 format. For example, `2018-11-27T15:10:45.123+0000`. @return [Time]
@!attribute [rw] compatible_runtimes
The layer's compatible runtimes. @return [Array<String>]
@!attribute [rw] license_info
The layer's open-source license. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/lambda-2015-03-31/LayerVersionsListItem AWS API Documentation
Constants
- SENSITIVE