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

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

Overview

Details about a function's deployment package.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#image_uriString

URI of a container image in the Amazon ECR registry.

Returns:

  • (String)


2137
2138
2139
2140
2141
2142
2143
2144
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 2137

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

#locationString

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

Returns:

  • (String)


2137
2138
2139
2140
2141
2142
2143
2144
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 2137

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

#repository_typeString

The service that's hosting the file.

Returns:

  • (String)


2137
2138
2139
2140
2141
2142
2143
2144
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 2137

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

#resolved_image_uriString

The resolved URI for the image.

Returns:

  • (String)


2137
2138
2139
2140
2141
2142
2143
2144
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 2137

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