class Aws::SecurityHub::Types::AwsLambdaLayerVersionDetails

Details about a Lambda layer version.

@note When making an API call, you may pass AwsLambdaLayerVersionDetails

data as a hash:

    {
      version: 1,
      compatible_runtimes: ["NonEmptyString"],
      created_date: "NonEmptyString",
    }

@!attribute [rw] version

The version number.
@return [Integer]

@!attribute [rw] compatible_runtimes

The layer's compatible runtimes. Maximum number of five items.

Valid values: `nodejs10.x` \| `nodejs12.x` \| `java8` \| `java11` \|
`python2.7` \| `python3.6` \| `python3.7` \| `python3.8` \|
`dotnetcore1.0` \| `dotnetcore2.1` \| `go1.x` \| `ruby2.5` \|
`provided`
@return [Array<String>]

@!attribute [rw] created_date

Indicates when the version was created.

Uses the `date-time` format specified in [RFC 3339 section 5.6,
Internet Date/Time Format][1]. The value cannot contain spaces. For
example, `2020-03-22T13:22:13.933Z`.

[1]: https://tools.ietf.org/html/rfc3339#section-5.6
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/AwsLambdaLayerVersionDetails AWS API Documentation

Constants

SENSITIVE