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

Class: Aws::Lambda::Types::PublishLayerVersionResponse

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#compatible_runtimesArray<String>

The layer\'s compatible runtimes.

Returns:

  • (Array<String>)

    The layer\'s compatible runtimes.

#contentTypes::LayerVersionContentOutput

Details about the layer version.

Returns:

#created_dateTime

The date that the layer version was created, in ISO-8601 format (YYYY-MM-DDThh:mm:ss.sTZD).

Returns:

  • (Time)

    The date that the layer version was created, in [ISO-8601 format][1] (YYYY-MM-DDThh:mm:ss.sTZD).

#descriptionString

The description of the version.

Returns:

  • (String)

    The description of the version.

#layer_arnString

The ARN of the layer.

Returns:

  • (String)

    The ARN of the layer.

#layer_version_arnString

The ARN of the layer version.

Returns:

  • (String)

    The ARN of the layer version.

#license_infoString

The layer\'s software license.

Returns:

  • (String)

    The layer\'s software license.

#versionInteger

The version number.

Returns:

  • (Integer)

    The version number.