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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-lambdapreview/types.rb

Overview

The object for the Lambda function location.

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)


165
166
167
168
169
# File 'lib/aws-sdk-lambdapreview/types.rb', line 165

class FunctionCodeLocation < Struct.new(
  :repository_type,
  :location)
  include Aws::Structure
end

#repository_typeString

The repository from which you can download the function.

Returns:

  • (String)


165
166
167
168
169
# File 'lib/aws-sdk-lambdapreview/types.rb', line 165

class FunctionCodeLocation < Struct.new(
  :repository_type,
  :location)
  include Aws::Structure
end