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

Class: Aws::LambdaPreview::Types::FunctionCodeLocation

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

Overview

The object for the Lambda function location.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#locationString

The presigned URL you can use to download the function\'s .zip file that you previously uploaded. The URL is valid for up to 10 minutes.

Returns:

  • (String)

    The presigned URL you can use to download the function\'s .zip file that you previously uploaded.

#repository_typeString

The repository from which you can download the function.

Returns:

  • (String)

    The repository from which you can download the function.