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

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

Overview

The object for the Lambda function location.

Constant Summary collapse

SENSITIVE =
[]

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)


150
151
152
153
154
155
# File 'gems/aws-sdk-lambdapreview/lib/aws-sdk-lambdapreview/types.rb', line 150

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

#repository_typeString

The repository from which you can download the function.

Returns:

  • (String)


150
151
152
153
154
155
# File 'gems/aws-sdk-lambdapreview/lib/aws-sdk-lambdapreview/types.rb', line 150

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