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

Class: Aws::Lambda::Types::LayerVersionContentOutput

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#code_sha_256String

The SHA-256 hash of the layer archive.

Returns:

  • (String)

    The SHA-256 hash of the layer archive.

#code_sizeInteger

The size of the layer archive in bytes.

Returns:

  • (Integer)

    The size of the layer archive in bytes.

#locationString

A link to the layer archive in Amazon S3 that is valid for 10 minutes.

Returns:

  • (String)

    A link to the layer archive in Amazon S3 that is valid for 10 minutes.