Class: Aws::Lambda::Types::FunctionCodeLocation

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

Overview

Details about a function’s deployment package.

Instance Attribute Summary collapse

Instance Attribute Details

#locationString

A presigned URL that you can use to download the deployment package.

Returns:

  • (String)


998
999
1000
1001
1002
# File 'lib/aws-sdk-lambda/types.rb', line 998

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

#repository_typeString

The service that’s hosting the file.

Returns:

  • (String)


998
999
1000
1001
1002
# File 'lib/aws-sdk-lambda/types.rb', line 998

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