You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::SecurityHub::Types::AwsLambdaLayerVersionDetails

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing AwsLambdaLayerVersionDetails as input to an Aws::Client method, you can use a vanilla Hash:

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

Details about a Lambda layer version.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#compatible_runtimesArray<String>

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

Returns:

  • (Array<String>)

    The layer\'s compatible runtimes.

#created_dateString

Indicates when the version was created.

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

Returns:

  • (String)

    Indicates when the version was created.

#versionInteger

The version number.

Returns:

  • (Integer)

    The version number.